Skip to main content
All docs
V25.1
  • PdfChoiceFormField.Items Property

    Gets a list of form field items.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.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