←Select platform

DpiX Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int DpiX { get; } 
ReadOnly Property DpiX As Integer 
int DpiX {get;} 
@property (nonatomic, assign, readonly) NSUInteger dpiX 
public int getDpiX() 
get_DpiX();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly