Back to Devexpress

PdfPage.Commands Property

officefileapi-devexpress-dot-pdf-dot-pdfpage-9f088012.md

latest980 B
Original Source

PdfPage.Commands Property

Gets the PDF page 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 PdfCommandList object that represents the page commands.

|

See Also

PdfPage Class

PdfPage Members

DevExpress.Pdf Namespace