Skip to main content
All docs
V23.2

PdfChoiceFormField.Items Property

Gets a list of form field items.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfFormFieldItem> Items { get; }

Property Value

Type Description
IList<PdfFormFieldItem>

A list of form field items.

Remarks

Use the PdfFormData.Items property to get a list of form field items and use them to specify the field value.

See Also