.
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 DMCOLLATE : short
.
DMCOLLATE_FALSE = 0,
.
DMCOLLATE_TRUE = 1
.
.
public short dmCollate; // See note below!
.
Public dmCollate As Short
.
DM, DMCOLLATE, DMCOLOR
Defines the values for the dmDuplex-Field of the [DEVMODE] struct.
1/31/2014 12:30:51 PM - -74.46.76.243
Defines the values for the dmCollate-Field of the [DEVMODE] struct.
9/12/2013 1:21:42 AM - anonymous
Defines the values for the dmColor-Field of the [DEVMODE] struct.
9/12/2013 1:31:58 AM - anonymous
.
public short dmCollate;
.
public DMCOLLATE dmCollate;
.
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 dmCollate;
.
public short dmCollate;
.
short dmCollate;
.
Public Property dmCollate() As Short