Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.DevDepGSOP

TElPDFLegalContentAttestation     See also     


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


Specifies the number of references to the graphics state parameter OP found in the document.

Declaration

[C#]
    int DevDepGSOP;

[VB.NET]
    Property DevDepGSOP As Integer

[Pascal]
    property DevDepGSOP : integer;

[C++]
    int32_t get_DevDepGSOP();
    void set_DevDepGSOP(int32_t Value);

[PHP]
    integer get_DevDepGSOP()
    void set_DevDepGSOP(integer $Value)

[Java]
    int getDevDepGSOP();
    void setDevDepGSOP(int Value);

Description

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

See also:     DevDepGSHT     DevDepGSTR     DevDepGSUCR     DevDepGSBG     DevDepGSFL    

Discuss this help topic in SecureBlackbox Forum