C#
VB
C++
Gets the width of the image in pixels, taking the ViewPerspective into account.
public int ImageWidth { get; }
Public ReadOnly Property ImageWidth() As Integer
Get
public:
property int ImageWidth
{
int get()
}
The width of the image in pixels, taking the ViewPerspective into account.
Use Width to get the actual width 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