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

PdfViewerPreferences.PrintPageRange Property

Retrieves a list of pages to print.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v21.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public IList<PdfPrintPageRange> PrintPageRange { get; }

Property Value

Type Description
IList<PdfPrintPageRange>

A list of page ranges.

See Also