Click or drag to resize

PdfComboFieldValue Property

Gets or sets the field's current value.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public override string Value { 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