Skip to main content

PdfCommandList Class

Represents a list of PdfCommand objects.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public class PdfCommandList :
    List<PdfCommand>

The following members return PdfCommandList objects:

Inheritance

Object
List<PdfCommand>
PdfCommandList
See Also