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