Back to Devexpress

PdfInteractiveFormField.Form Property

officefileapi-devexpress-dot-pdf-dot-pdfinteractiveformfield-bfce1a9c.md

latest1.1 KB
Original Source

PdfInteractiveFormField.Form Property

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

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfInteractiveForm Form { get; }
vb
Public ReadOnly Property Form As PdfInteractiveForm

Property Value

TypeDescription
PdfInteractiveForm

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

|

See Also

PdfInteractiveFormField Class

PdfInteractiveFormField Members

DevExpress.Pdf Namespace