Contains information about a physical device like a display or a printer.
Namespace: PdfEdit.Forms
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The DeviceInfos type exposes the following members.
Methods
Name | Description | |
---|---|---|
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.) | |
GetInfos |
Gets a DeviceInfo for the specifed device context.
| |
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
Name | Description | |
---|---|---|
HorizontalResolution |
Width, in pixels, of the screen or device.
| |
HorizontalSize |
Width, in millimeters, of the physical screen or device.
| |
LogicalDpiX |
Number of pixels per logical inch along the screen or device width.
| |
LogicalDpiY |
Number of pixels per logical inch along the screen or device height.
| |
PhysicalDpiX |
Number of pixels per physical inch along the screen or device width.
| |
PhysicalDpiY |
Number of pixels per physical inch along the screen or device height.
| |
ScaleX |
The ratio of LogicalDpiX and PhysicalDpiX.
| |
ScaleY |
The ratio of LogicalDpiY and PhysicalDpiY.
| |
VerticalResolution |
Height, in pixels, of the screen or device.
| |
VerticalSize |
Height, in millimeters, of the physical screen or device.
|
See Also