Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.AlternateName

TElPDFSignatureInfo     See also     


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


Contains an alternate field name.

Declaration

[C#]
    string AlternateName;

[VB.NET]
    Property AlternateName As String

[Pascal]
    property AlternateName : string;

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

[PHP]
    string get_AlternateName()

[Java]
    String getAlternateName();

Description

    An alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface.

See also:     FieldName     MappingName    

Discuss this help topic in SecureBlackbox Forum