Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.FieldFlags

TElPDFSignatureInfo     See also     


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


Returns the field flags of the signature form field.

Declaration

[C#]
    TSBPDFFieldFlags FieldFlags;

[VB.NET]
    Property FieldFlags As TSBPDFFieldFlags

[Pascal]
    property FieldFlags : TSBPDFFieldFlags;

[C++]
    TSBPDFFieldFlags get_FieldFlags();

[PHP]
    integer get_FieldFlags()

[Java]
    int getFieldFlags();

Values:

TSBPDFFieldFlags values

Description

    Use this property to check the signature form field flags ("Ff" entry in the signature field dictionary).

See also:     FieldName    

Discuss this help topic in SecureBlackbox Forum