Adds a range of pages to this PrintPageSelection by providing the range from and range to page numbers that are 1-based.

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public PrintPageSelection AddPageRange( Int32 pageFrom, Int32 pageTo )

Parameters

pageFrom
Type: Int32

The 1-based page number as the lower bound of the range.

pageTo
Type: Int32

The 1-based page number as the upper bound of the range.

Return value

Type: PrintPageSelection
Returns this PrintPageSelection object.