Discuss this help topic in SecureBlackbox Forum
Specifies the number of references to the graphics state parameter FL found in the document.
Declaration
[VB.NET]
Property DevDepGSFL As Integer
[Pascal]
property DevDepGSFL : integer;
[C++]
int32_t get_DevDepGSFL();
void set_DevDepGSFL(int32_t Value);
[PHP]
integer get_DevDepGSFL()
void set_DevDepGSFL(integer $Value)
[Java]
int getDevDepGSFL();
void setDevDepGSFL(int Value);
Description
Use this property to specify the number of references to the graphics state parameter FL found in the document.
Discuss this help topic in SecureBlackbox Forum