C#
VB
Java
Objective-C
WinRT C#
C++
Gets the height of this RasterImage in pixels, taking ViewPerspective into account.
public int ImageHeight { get; }
Public ReadOnly Property ImageHeight As Integer
public int ImageHeight {get;}
@property (nonatomic, assign, readonly) NSInteger imageHeight
public int getImageHeight()
get_ImageHeight();
public:
property int ImageHeight {
int get();
}
The height of this RasterImage in pixels, taking ViewPerspective into account.
Use Height to get the actual number of scanlines of image data.
For more information refer to Accounting For View Perspective.
For an example, refer to RasterImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET