Discuss this help topic in SecureBlackbox Forum
Specifies the number of references to the graphics state parameter TR found in the document.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum