Discuss this help topic in SecureBlackbox Forum
Specifies the number of references to the graphics state parameter UCR found in the document.
Declaration
[VB.NET]
Property DevDepGSUCR As Integer
[Pascal]
property DevDepGSUCR : integer;
[C++]
int32_t get_DevDepGSUCR();
void set_DevDepGSUCR(int32_t Value);
[PHP]
integer get_DevDepGSUCR()
void set_DevDepGSUCR(integer $Value)
[Java]
int getDevDepGSUCR();
void setDevDepGSUCR(int Value);
Description
Use this property to specify the number of references to the graphics state parameter UCR found in the document.
Discuss this help topic in SecureBlackbox Forum