Leadtools.Codecs Namespace > CodecsRasterPdfInfo Structure : BitsPerPixel Property |
public int BitsPerPixel {get; set;}
'Declaration Public Property BitsPerPixel As Integer
'Usage Dim instance As CodecsRasterPdfInfo Dim value As Integer instance.BitsPerPixel = value value = instance.BitsPerPixel
public int BitsPerPixel {get; set;}
@property (nonatomic, assign) unsigned int bitsPerPixel;
public int getBitsPerPixel() public void setBitsPerPixel(int value)
get_BitsPerPixel();
set_BitsPerPixel(value);
Object.defineProperty('BitsPerPixel');
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.