Click or drag to resize

PdfViewerPreferencesPrintPageRanges Property

Gets the page ranges for printing. Each pair represents a sub-range of pages within the document to be printed. The ranges are 0-based and refer to page indexes in the document.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public IList<Range<int>> PrintPageRanges { get; }

Property Value

Type: IListRangeInt32
The print page ranges.
Remarks
This requires PDF version 1.7 or greater.
See Also