Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.DevDepGSTR

TElPDFLegalContentAttestation     See also     


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


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

Declaration

[C#]
    int DevDepGSTR;

[VB.NET]
    Property DevDepGSTR As Integer

[Pascal]
    property DevDepGSTR : integer;

[C++]
    int32_t get_DevDepGSTR();
    void set_DevDepGSTR(int32_t Value);

[PHP]
    integer get_DevDepGSTR()
    void set_DevDepGSTR(integer $Value)

[Java]
    int getDevDepGSTR();
    void setDevDepGSTR(int Value);

Description

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

See also:     DevDepGSOP     DevDepGSHT     DevDepGSUCR     DevDepGSBG     DevDepGSFL    

Discuss this help topic in SecureBlackbox Forum