Back to Devexpress

PdfForm.Commands Property

officefileapi-devexpress-dot-pdf-dot-pdfform.md

latest964 B
Original Source

PdfForm.Commands Property

Returns the PDF form commands.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfCommandList Commands { get; }
vb
Public ReadOnly Property Commands As PdfCommandList

Property Value

TypeDescription
PdfCommandList

A collection of PdfCommandList objects.

|

See Also

PdfForm Class

PdfForm Members

DevExpress.Pdf Namespace