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