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