Property MappingName
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
MappingName
Gets or sets the mapping name.
public string? MappingName { get; set; }
Property Value
- string
The mapping name of the control.
Remarks
The mapping name is used when exporting form data from the document. For example, PdfSubmitFormAction transmits MappingName (if set) instead of Name.
Exceptions
- UnexpectedStructureException
The value in the internal PDF structure has an unexpected type.