LEADTOOLS Image File Support (Leadtools.Codecs assembly)

BitsPerPixel Property (CodecsRasterPdfInfo)

Show in webframe







Gets or sets a value indicating the bits per pixel value of the raster PDF page.
Syntax
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');
public:
property int BitsPerPixel {
   int get();
   void set (    int value);
}

Property Value

An integer that indicates the bits per pixel value of the raster PDF page.
Remarks

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.

Example
For an example, refer to CodecsRasterPdfInfo.
Requirements

Target Platforms

See Also

Reference

CodecsRasterPdfInfo Structure
CodecsRasterPdfInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.