Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.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