ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / Field Class / MappingName Property




In This Topic
    MappingName Property
    In This Topic
    Gets a value indicating the mapping name.
    Syntax
    'Declaration
     
    Public ReadOnly Property MappingName As String
    'Usage
     
    Dim instance As Field
    Dim value As String
     
    value = instance.MappingName
    public string MappingName {get;}
    public: __property string* get_MappingName();
    public:
    property String^ MappingName {
       String^ get();
    }

    Property Value

    The mapping name is used when exporting form data.
    See Also