Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ImageHeight Property








Gets the height of this RasterImage in pixels, taking ViewPerspective into account.
Syntax
public int ImageHeight {get;}
'Declaration
 
Public ReadOnly Property ImageHeight As Integer
'Usage
 
Dim instance As RasterImage
Dim value As Integer
 
value = instance.ImageHeight
public int ImageHeight {get;}
@property (nonatomic, assign, readonly) NSInteger imageHeight
public int getImageHeight()
 get_ImageHeight(); 
public:
property int ImageHeight {
   int get();
}

Property Value

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

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

For more information refer to Accounting For View Perspective.

Example
For an example, refer to RasterImage.
Requirements

Target Platforms

See Also

Reference

RasterImage Class
RasterImage Members

Error processing SSI file