Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.DevDepGSBG

TElPDFLegalContentAttestation     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifiesthe the number of references to the graphics state parameter BG found in the document.

Declaration

[C#]
    int DevDepGSBG;

[VB.NET]
    Property DevDepGSBG As Integer

[Pascal]
    property DevDepGSBG : integer;

[C++]
    int32_t get_DevDepGSBG();
    void set_DevDepGSBG(int32_t Value);

[PHP]
    integer get_DevDepGSBG()
    void set_DevDepGSBG(integer $Value)

[Java]
    int getDevDepGSBG();
    void setDevDepGSBG(int Value);

Description

    Use this property to specify the number of references to the graphics state parameter BG found in the document.

See also:     DevDepGSOP     DevDepGSHT     DevDepGSTR     DevDepGSUCR     DevDepGSFL    

Discuss this help topic in SecureBlackbox Forum