Discuss this help topic in SecureBlackbox Forum
Specifiesthe the number of references to the graphics state parameter BG found in the document.
Declaration
[VB.NET]
Property DevDepGSBG As Integer
[Pascal]
property DevDepGSBG : integer;
[C++]
int32_t get_DevDepGSBG();
void set_DevDepGSBG(int32_t Value);
[PHP]
integer get_DevDepGSBG()
void set_DevDepGSBG(integer $Value)
[Java]
int getDevDepGSBG();
void setDevDepGSBG(int Value);
Description
Use this property to specify the number of references to the graphics state parameter BG found in the document.
Discuss this help topic in SecureBlackbox Forum