PrintPageSelection Class |
Docentric Toolkit Help
Send Feedback |
Represents the selection of pages that shall be printed.
System.Object
Docentric.Documents.ObjectModel.PrintPageSelection
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class PrintPageSelection
The PrintPageSelection type exposes the following members.
Name | Description | |
---|---|---|
AddPageRange | Adds a range of pages to this PrintPageSelection by providing the range from and range to page numbers that are 1-based. | |
AddPages | Adds pages to this PrintPageSelection by passing page numbers that are 1-based. | |
AllPages | Creates a new PrintPageSelection object representing all pages in a document. | |
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. | |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
ForPageRange | Creates a new PrintPageSelection object representing the given page range. | |
ForPages | Creates a new PrintPageSelection object representing the given pages. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a String that represents the current Object. (Inherited from Object) |