Property ExportValue
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ExportValue
Gets or sets the export value of the check box.
public string? ExportValue { get; set; }
Property Value
- string
The export of the check box.
Remarks
When no export value is specified in the internal structures, this property returns
null. However, setting null to this property is not allowed.
Exceptions
- UnexpectedStructureException
The value in the internal PDF structure has an unexpected type.
- ArgumentNullException
valueisnull.