Skip to main content

PdfChoiceFormField.DefaultValues Property

Gets default values of the choice form field.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<string> DefaultValues { get; }

Property Value

Type Description
IList<String>

A collection of String objects that represent default values of the choice form field.

See Also