LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

BitsPerPixel Property (CodecsRasterPdfInfo)






Gets or sets a value indicating the bits per pixel value of the raster PDF page. .NET support WinRT support
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;}
 get_BitsPerPixel();
set_BitsPerPixel(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsRasterPdfInfo Structure
CodecsRasterPdfInfo Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.