Discuss this help topic in SecureBlackbox Forum

TElPDFLegalContentAttestation.DevDepGSFL

TElPDFLegalContentAttestation     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the number of references to the graphics state parameter FL found in the document.

Declaration

[C#]
    int DevDepGSFL;

[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.

See also:     DevDepGSOP     DevDepGSHT     DevDepGSTR     DevDepGSUCR     DevDepGSBG    

Discuss this help topic in SecureBlackbox Forum