OutputRange Constructor(String,Boolean)
In This Topic
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).
Syntax
Parameters
- pages
- The pages to be included.
- inverted
- Indicates whether the range should be inverted, see Inverted for details.
See Also