Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.MappingName

TElPDFSignatureInfo     See also     


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


The mapping name to be used when exporting form field data from the document.

Declaration

[C#]
    string MappingName;

[VB.NET]
    Property MappingName As String

[Pascal]
    property MappingName : string;

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

[PHP]
    string get_MappingName()

[Java]
    String getMappingName();

Description

    Use this read-only property to get the name to be used when exporting form field data from the document.

See also:     AlternateName     FieldName    

Discuss this help topic in SecureBlackbox Forum