Skip to main content

PdfChoiceFormField.Options Property

Gets the list of options in the choice field.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfOptionsFormFieldOption> Options { get; }

Property Value

Type Description
IList<PdfOptionsFormFieldOption>

A collection of the PdfOptionsFormFieldOption objects that represent the list of options in the choice field.

See Also