Creates a new PrintPageSelection object representing the given page range.

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public static PrintPageSelection ForPageRange( 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 a new instance of PrintPageSelection.