Skip to main content
All docs
V23.2

PdfPrintPageRange(Int32, Int32) Constructor

Initializes a new instance of the PdfPrintPageRange class with specified settings.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfPrintPageRange(
    int start,
    int end
)

Parameters

Name Type Description
start Int32

The number of the first page in the range.

end Int32

The number of the last page in the range.

See Also