Bits per pixel to use when getting the raster image of a page.
public int DefaultBitsPerPixel { get; set; }
Public Property DefaultBitsPerPixel() As Integer
Get
Set
public:
property int DefaultBitsPerPixel
{
int get()
void set(int value)
}
public int getDefaultBitsPerPixel()
public void setDefaultBitsPerPixel(int value)
The bits per pixel to use when getting the raster image of a page. This value is determined by the document type.
Document format types such as Microsoft Word and Adobe Acrobat do not contain a physical bits per pixel and can be loaded at any value such as 1, 8, 24 or 32 etc. You can use DefaultBitsPerPixel to set the value used when loading such a page as a raster image. The default value is set depending on the RasterCodecs options and the format of the document and is usually set to 24 bits per pixel.
Raster format types such as TIFF, PNG and JPEG have physical size but can also be loaded at any bits per pixel and DefaultBitsPerPixel can also be used to change the value used when loading the raster image of a page. The default value is determined from the original image data.
Note that setting this property to a value will update the same value in each child document.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document