PdfCheckFieldExportValue Property |
Gets or sets the export value of this form field (value when checked)
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public string ExportValue { get; set; }
Public Property ExportValue As String
Get
Set
Property Value
Type:
StringRemarks
If export value is not found or not set, returns
string.empty.
This property can not be changed if
IsLocked is
true.
See Also