Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
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) NSInteger bitsPerPixel
public int getBitsPerPixel() public void setBitsPerPixel(int value)
<br/>get_BitsPerPixel();<br/>set_BitsPerPixel(value);<br/>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.