Skip to main content
All docs
V25.1
  • PdfPrintPageRange(Int32, Int32) Constructor

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

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.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