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
public int BitsPerPixel {get; set;}
@property (nonatomic, assign) NSInteger bitsPerPixel
public int getBitsPerPixel()
public void setBitsPerPixel(int value)
<br/>get_BitsPerPixel();<br/>set_BitsPerPixel(value);<br/>Object.defineProperty('BitsPerPixel');
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.
For an example, refer to CodecsRasterPdfInfo.
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