ImageGear .NET v25.0 - Updated
MappingName Property




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : MappingName Property
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

Reference

Field Class
Field Members