Back to Devexpress

PdfDocument.AcroForm Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-2c5fbb6c.md

latest1.0 KB
Original Source

PdfDocument.AcroForm Property

Provides access to the document’s interactive form (AcroForm) properties.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

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

Property Value

TypeDescription
PdfInteractiveForm

A PdfInteractiveForm object.

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace