PageModePrintControl 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.
Lists the valid Page Mode controls for a print station.
public enum PageModePrintControl
type PageModePrintControl =
Public Enum PageModePrintControl
- Inheritance
-
PageModePrintControl
Fields
Name | Value | Description |
---|---|---|
PageMode | 1 | Enter Page Mode. |
PrintSave | 2 | Print PageModePrintArea and save the canvas. Page Mode is not exited. Use for printing of repeated pages. |
Normal | 3 | Print the print area and destroy the canvas and exit Page Mode. |
Cancel | 4 | Clear the page and exit the Page Mode without any printing of any print area. |