←Select platform

DpiX Property

Summary

Gets the horizontal resolution value in dots per inch of this page.

Syntax
C#
VB
Objective-C
C++
Java
public int DpiX { get; } 
ReadOnly Property DpiX As Integer 
@property (nonatomic, assign, readonly) NSUInteger dpiX 
public int getDpiX() 
property int DpiX { 
   int get(); 
} 

Property Value

The horizontal resolution value in dots per inch of this page.

Remarks

You can get the vertical resolution of the page with the DpiY property.

Example

For an example, refer to IOcrPage.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly