PDFView4NET WinForms Edition
MappingName Property




O2S.Components.PDFView4NET.Forms Namespace > PDFField Class : MappingName Property
Gets or sets the mapping name of the field.
Syntax
'Declaration
 
Public Property MappingName As String
'Usage
 
Dim instance As PDFField
Dim value As String
 
instance.MappingName = value
 
value = instance.MappingName
public string MappingName {get; set;}
public: __property string* get_MappingName();
public: __property void set_MappingName( 
   string* value
);
public:
property String^ MappingName {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value specifying the mapping name of the field.
Remarks
The field's mapping name is used when exporting interactive form field data from the document.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFField Class
PDFField Members