DevModePrinter Structure

Contains information about a printer device.

Definition

Namespace: DevCase.Win32.Structures
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public struct DevModePrinter
Inheritance
Object    ValueType    DevModePrinter

Remarks

Methods

Equals Indicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCode Returns the hash code for this instance.
(Inherited from ValueType)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

Copies Selects the number of copies printed if the device supports multiple-page copies.
DefaultSource Specifies the paper source.

To retrieve a list of the available paper sources for a printer, use the DeviceCapabilities function with the DC_BINS flag.

Orientation For printer devices only, selects the orientation of the paper.

This member can be either DMORIENT_PORTRAIT (1) or DMORIENT_LANDSCAPE (2).

PaperLength For printer devices only, overrides the length of the paper specified by the PaperSize member, either for custom paper sizes or for devices such as dot-matrix printers that can print on a page of arbitrary length.

These values, along with all other values in this structure that specify a physical length, are in tenths of a millimeter.

PaperSize For printer devices only, selects the size of the paper to print on.

This member can be set to zero if the length and width of the paper are both set by the PaperLength and PaperWidth members.

Otherwise, the PaperSize member can be set to a device specific value greater than or equal to DMPAPER_USER.

PaperWidth For printer devices only, overrides the width of the paper specified by the PaperSize member.
PrintQuality Specifies the printer resolution.
Scale Specifies the factor by which the printed output is to be scaled.

The apparent page size is scaled from the physical page size by a factor of dmScale /100. For example, a letter-sized page with a dmScale value of 50 would contain as much data as a page of 17- by 22-inches because the output text and graphics would be half their original height and width.

Extension Methods

CanConvertTo Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
CanConvertToT Determines whether the source object can be converted to the specified target type.
(Defined by ObjectExtensions)
ConvertToT Converts an object to the specified target type.

If the conversion fails, an exception is thrown.
(Defined by ObjectExtensions)

ConvertToT Converts an object to the specified target type.

If the conversion fails, returns the specified default value.
(Defined by ObjectExtensions)

IsDisposable Determines whether the specified object is a disposable type (i.e., it implements IDisposable interface).
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
Speak Speaks the string representation of the source object by using the operating system integrated text-to-speech synthesizer.
(Defined by ObjectExtensions)
ThrowIfNullTException Throws the specified exception if the source object is null.
(Defined by ObjectExtensions)

See Also