Gets or sets the desired height of the viewport for rasterizing vector image files.
public int ViewHeight { get; set; }
Public Property ViewHeight As Integer
public int getViewHeight()
public void setViewHeight(int viewHeight)
The height of the viewport in pixels.
A vector image file format usually does not have a physical size. The user can specify a viewport (physical size up to which the drawing can be rendered) ViewWidth and ViewHeight. How the drawing is to be rendered inside this viewport depends on the current viewport mode set with ViewMode. Default viewport size is 640x480 pixels.
For an example, refer to CodecsVectorLoadOptions.
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