Gets or sets a value indicating the bits per pixel value of the raster PDF page.
public int BitsPerPixel { get; set; }
Public Property BitsPerPixel As Integer
@property (nonatomic, assign) NSInteger bitsPerPixel
public int getBitsPerPixel()
public void setBitsPerPixel(int value)
An integer that indicates the bits per pixel value of the raster PDF page.
The bits per pixel value of the raster PDF page. This is the same value used as the bitsPerPixel parameter value to the RasterCodecs.Save method used to create this file. You can set the value of CodecsPdfLoadOptions.DisplayDepth to this value to load a PDF page in the original bits per pixel value it was saved at.
This property is guaranteed to contain accurate information only if the value of IsLeadPdf is true.
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