.
public short dmDuplex;
.
short dmDuplex;
.
Public Property dmDuplex() As Short
.
public short dmDuplex; // See note below!
.
Public dmDuplex As Short
.
public short dmDuplex;
.
public DMDUP dmDuplex;
.
See the DMCOLOR, DMDUP and DMCOLLATE enums for more details.
Defines the values for the dmColor-Field of the [DEVMODE] struct.
9/12/2013 1:31:58 AM - anonymous
Defines the values for the dmDuplex-Field of the [DEVMODE] struct.
9/12/2013 1:39:03 AM - anonymous
Defines the values for the dmCollate-Field of the [DEVMODE] struct.
9/12/2013 1:21:42 AM - anonymous
.
public short dmDuplex;
.
Contains information about the initialization and environment of a printer or a display device.
1/19/2017 5:13:27 AM - tonyedgecombe-82.69.13.77
.
internal enum DMDUP : short
.
DMDUP_UNKNOWN = 0,
.
DMDUP_SIMPLEX = 1,
.
DMDUP_VERTICAL = 2,
.
DMDUP_HORIZONTAL = 3,
.
The definition of DMDUP_UNKNOWN is only to satisfy the rule, that every enum should have a zero value.
.
.
Contains information about the initialization and environment of a printer or a display device.
1/19/2017 5:13:27 AM - tonyedgecombe-82.69.13.77
.
internal enum DMDUP : short
.
DMDUP_UNKNOWN = 0,
.
DMDUP_SIMPLEX = 1,
.
DMDUP_VERTICAL = 2,
.
DMDUP_HORIZONTAL = 3,
.
The definition of DMDUP_UNKNOWN is only to satisfy the rule, that every enum should have a zero value.
.