PRINTFLAG Enum
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
C++/CX
public enum class PRINTFLAG
enum PRINTFLAG
[System.Flags]
public enum PRINTFLAG
[<System.Flags>]
type PRINTFLAG =
Public Enum PRINTFLAG
- Inheritance
-
PRINTFLAG
- Attributes
Name | Value | Description |
---|---|---|
PRINTFLAG_MAYBOTHERUSER | 1 | |
PRINTFLAG_PROMPTUSER | 2 | |
PRINTFLAG_USERMAYCHANGEPRINTER | 4 | |
PRINTFLAG_RECOMPOSETODEVICE | 8 | |
PRINTFLAG_DONTACTUALLYPRINT | 16 | |
PRINTFLAG_FORCEPROPERTIES | 32 | |
PRINTFLAG_PRINTTOFILE | 64 |
Produkt | Wersje |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |