PdfComboFieldValue Property |
Gets or sets the field's current value.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic override string Value { get; set; }
Public Overrides Property Value As String
Get
Set
Property Value
Type:
String
Remarks
This property can only be set if
Edit is
true.
If
Edit is
false, the field value must be set using
Options
See Also