PdfPrintPageRange(Int32, Int32) Constructor
Initializes a new instance of the PdfPrintPageRange class with specified settings.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
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