Back to Devexpress

PdfCommandList Class

officefileapi-devexpress-dot-pdf-1b63e238.md

latest2.2 KB
Original Source

PdfCommandList Class

Represents a list of PdfCommand objects.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public class PdfCommandList :
    List<PdfCommand>
vb
Public Class PdfCommandList
    Inherits List(Of PdfCommand)

The following members return PdfCommandList objects:

Implements

IList<PdfCommand>

ICollection<PdfCommand>

IList

ICollection

IReadOnlyList<PdfCommand>

IReadOnlyCollection<PdfCommand>

IEnumerable<PdfCommand>

IEnumerable

Inheritance

Object List<PdfCommand> PdfCommandList

See Also

PdfCommandList Members

DevExpress.Pdf Namespace