Gets or sets the target bits per pixel for the resulting raster image when rasterizing vector image files.
public int BitsPerPixel { get; set; }
Public Property BitsPerPixel As Integer
public int getBitsPerPixel()
public void setBitsPerPixel(int bitsPerPixel)
The target bits per pixel for the resulting raster image when rasterizing vector image files.
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