PrintRangeKind Enum
Specifies the kind of page range to print.
public enum PrintRangeKind
Fields
Name | Description |
---|---|
All | Print the entire document. |
CurrentPage | Print the page that contains the caret. |
CustomPageRange | Print a custom page range. |
Selection | Print the lines containing the primary selection. |