PrintRange Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the part of the document to print.
public enum class PrintRange
public enum PrintRange
[System.Serializable]
public enum PrintRange
type PrintRange =
[<System.Serializable>]
type PrintRange =
Public Enum PrintRange
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
AllPages | 0 | All pages are printed. |
Selection | 1 | The selected pages are printed. |
SomePages | 2 | |
CurrentPage | 4194304 | The currently displayed page is printed. |
Remarks
The PrinterSettings and PrintDialog classes use this enumeration.
For more information on printing, see the System.Drawing.Printing namespace overview.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.