LEADTOOLS Image File Support (Leadtools.Codecs assembly)

BitsPerPixel Property (CodecsStartDecompressOptions)

Show in webframe







Gets or sets a value indicating the bits per pixel of the compressed data
Syntax
public int BitsPerPixel {get; set;}
'Declaration
 
Public Property BitsPerPixel As Integer
'Usage
 
Dim instance As CodecsStartDecompressOptions
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

The bits per pixel of the compressed data.
Example
For an example, refer to RasterCodecs.StartDecompress.
Requirements

Target Platforms

See Also

Reference

CodecsStartDecompressOptions Structure
CodecsStartDecompressOptions Members

 

 


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