PdfComboFieldEdit Property |
Gets or sets the form field's "Edit" flag.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool Edit { get; set; }
Public Property Edit As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
If
true, the field's value can be set using any text value using the
Value property or by selecting one of the field's
Options. If
false, the field's value can only be set by selecting one of the field's
Options.
This property can not be changed if
IsLocked is
true.
See Also