←Select platform

Height Property

Summary

Gets the height in pixels of this page.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Height { get; } 
ReadOnly Property Height As Integer 
int Height {get;} 
@property (nonatomic, assign, readonly) NSUInteger height 
public int getHeight() 
get_Height();  
property int Height { 
   int get(); 
} 

Property Value

The height in pixels of this page.

Remarks

You can get the width of this page with the Width 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