Skip to main content

PdfViewerPreferences.PrintPageRange Property

Retrieves a list of pages to print.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.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