Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfInteractiveFormField.Form Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public PdfInteractiveForm Form { get; }

Property Value

Type Description
PdfInteractiveForm

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

See Also