ImageScannerResolution Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the scan resolution.
public value class ImageScannerResolution
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Scanners.ScannerDeviceContract, 65536)]
struct ImageScannerResolution
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Scanners.ScannerDeviceContract), 65536)]
public struct ImageScannerResolution
var imageScannerResolution = {
dpiX : /* Your value */,
dpiY : /* Your value */
}
Public Structure ImageScannerResolution
- Inheritance
-
ImageScannerResolution
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Devices.Scanners.ScannerDeviceContract (introduced in v1.0)
|
Fields
DpiX |
The horizontal size. |
DpiY |
The vertical size. |