Discuss this help topic in SecureBlackbox Forum
Specifies the number of references to the graphics state parameter HT found in the document.
Declaration
[VB.NET]
Property DevDepGSHT As Integer
[Pascal]
property DevDepGSHT : integer;
[C++]
int32_t get_DevDepGSHT();
void set_DevDepGSHT(int32_t Value);
[PHP]
integer get_DevDepGSHT()
void set_DevDepGSHT(integer $Value)
[Java]
int getDevDepGSHT();
void setDevDepGSHT(int Value);
Description
Use this property to specify the number of references to the graphics state parameter HT found in the document.
Discuss this help topic in SecureBlackbox Forum