DeviceInfos StructureTerminal Works - PDF Printing.Net Library
Contains information about a physical device like a display or a printer.

Namespace: PdfEdit.Forms
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public struct DeviceInfos

The DeviceInfos type exposes the following members.

Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodStatic memberGetInfos
Gets a DeviceInfo for the specifed device context.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields

  NameDescription
Public fieldHorizontalResolution
Width, in pixels, of the screen or device.
Public fieldHorizontalSize
Width, in millimeters, of the physical screen or device.
Public fieldLogicalDpiX
Number of pixels per logical inch along the screen or device width.
Public fieldLogicalDpiY
Number of pixels per logical inch along the screen or device height.
Public fieldPhysicalDpiX
Number of pixels per physical inch along the screen or device width.
Public fieldPhysicalDpiY
Number of pixels per physical inch along the screen or device height.
Public fieldScaleX
The ratio of LogicalDpiX and PhysicalDpiX.
Public fieldScaleY
The ratio of LogicalDpiY and PhysicalDpiY.
Public fieldVerticalResolution
Height, in pixels, of the screen or device.
Public fieldVerticalSize
Height, in millimeters, of the physical screen or device.
Top
See Also

Reference