Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.FieldName

TElPDFSignatureInfo     See also     


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


Textual field name.

Declaration

[C#]
    string FieldName;

[VB.NET]
    Property FieldName As String

[Pascal]
    property FieldName : string;

[C++]
    void get_FieldName(std::string &OutResult);

[PHP]
    string get_FieldName()

[Java]
    String getFieldName();

Description

    Use this read-only property to get the field name.

See also:     AlternateName     MappingName    

Discuss this help topic in SecureBlackbox Forum