Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
ImageHeight Property
See Also 
Leadtools Namespace > RasterImage Class : ImageHeight Property



Gets the height of this RasterImage in pixels, taking RasterImage.ViewPerspective into account.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property ImageHeight As Integer
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim value As Integer
 
value = instance.ImageHeight
C# 
public virtual int ImageHeight {get;}
C++/CLI 
public:
virtual property int ImageHeight {
   int get();
}

Return Value

The height of this RasterImage in pixels, taking RasterImage.ViewPerspective into account.

Example

For an example, refer to Width.

Remarks

Use Height to get the actual number of rows of image data.

For more information refer to Accounting for View Perspective.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also