PdfChoiceFormField.DefaultValues Property
Gets default values of the choice form field.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Property Value
Type | Description |
---|---|
IList<String> | A collection of String objects that represent default values of the choice form field. |
See Also