Skip to main content

PdfCommandList(IEnumerable<PdfCommand>) Constructor

Initializes a new instance of the PdfCommandList class with the specified PdfCommand object implementing the IEnumerable interface.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfCommandList(
    IEnumerable<PdfCommand> commands
)

Parameters

Name Type Description
commands IEnumerable<PdfCommand>

A PdfCommand object implementing the System.Collections.IEnumerable interface that represents the command list.

See Also