Skip to main content

PdfInteractiveFormField.Form Property

Provides access to the contents and properties of a document’s interactive form.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfInteractiveForm Form { get; }

Property Value

Type Description
PdfInteractiveForm

A PdfInteractiveForm object that represents the document’s interactive form.

See Also