C1.C1Preview Namespace > OutputRange Class : OutputRange Constructor |
Overload | Description |
---|---|
OutputRange Constructor() | Creates a new instance of the output range that includes all pages in the document. Note that enumerating the resulting range must be broken by the client. |
OutputRange Constructor(Int32) | Creates a new instance of the output range that includes all pages in the document. |
OutputRange Constructor(Int32,Int32) | Creates an instance of OutputRange that includes a single interval of pages. FromPage may be greater than ToPage, in that case the range is inverted. |
OutputRange Constructor(Int32[]) | Creates an instance of OutputRange that includes all pages with numbers specified in the list. The list may include Dash values to specify intervals. |
OutputRange Constructor(String) | Creates an instance of OutputRange that includes pages specified by the string parameter. The string may contain: - page numbers (1-based) separated by spaces or commas; - dashes ('-') to specify intervals (a dash at the end implies infinity). |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2