←Select platform

DpiY Property

Summary

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

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

Property Value

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

Remarks

You can get the horizontal resolution of the page with the DpiX 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