 | PdfFieldMappingName Property |
Gets or sets mapping field name.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic string MappingName { get; set; }
Public Property MappingName As String
Get
Set
public:
property String^ MappingName {
String^ get ();
void set (String^ value);
}
member MappingName : string with get, set
/** @property */
public String get_MappingName()
/** @property */
public void set_MappingName(String value)
function get_MappingName();
function set_MappingName(value);
Property Value
Type:
String
RemarksThe mapping name to be used when exporting interactive form field data from the document.
Partial field names cannot contain a period.
See Also