PRINTFLAG 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.
This enumeration supports a bitwise combination of its member values.
public enum class PRINTFLAG
public enum class PRINTFLAG
enum PRINTFLAG
[System.Flags]
public enum PRINTFLAG
[<System.Flags>]
type PRINTFLAG =
Public Enum PRINTFLAG
- Inheritance
-
PRINTFLAG
- Attributes
Fields
PRINTFLAG_DONTACTUALLYPRINT | 16 | |
PRINTFLAG_FORCEPROPERTIES | 32 | |
PRINTFLAG_MAYBOTHERUSER | 1 | |
PRINTFLAG_PRINTTOFILE | 64 | |
PRINTFLAG_PROMPTUSER | 2 | |
PRINTFLAG_RECOMPOSETODEVICE | 8 | |
PRINTFLAG_USERMAYCHANGEPRINTER | 4 |