Skip to main content
A newer version of this page is available. .

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.v18.2.Core.dll

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