C#
VB
C++
Gets the height of the image in pixels, taking the ViewPerspective into account.
public int ImageHeight { get; }
Public ReadOnly Property ImageHeight() As Integer
Get
public:
property int ImageHeight
{
int get()
}
The height of the image in pixels, taking the ViewPerspective into account.
Use Height to get the actual height of the image data scanlines.
For more information refer to Accounting For View Perspective.
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