←Select platform

DpiY Property

Summary

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

Syntax

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

Leadtools.Forms.Ocr Assembly