Represents the selection of pages that shall be printed.

System.Object
  Docentric.Documents.ObjectModel.PrintPageSelection

Namespace: Docentric.Documents.ObjectModel
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class PrintPageSelection

The PrintPageSelection type exposes the following members.

Name Description
Public method AddPageRange Adds a range of pages to this PrintPageSelection by providing the range from and range to page numbers that are 1-based.
Public method AddPages Adds pages to this PrintPageSelection by passing page numbers that are 1-based.
Public methodStatic member AllPages Creates a new PrintPageSelection object representing all pages in a document.
Public methodStatic member Empty Creates a new PrintPageSelection object representing an empty page selection. Use this factory method as an entry point when defining page selection using the AddPages, AddPageRange or AddSections chaining methods.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public methodStatic member ForPageRange Creates a new PrintPageSelection object representing the given page range.
Public methodStatic member ForPages Creates a new PrintPageSelection object representing the given pages.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a String that represents the current Object. (Inherited from Object)