LEADTOOLS Image File Support (Leadtools.Codecs assembly)

BitsPerPixel Property (CodecsImageInfo)

Show in webframe







Gets the bits per pixel of the image.
Syntax
public int BitsPerPixel {get;}
'Declaration
 
Public ReadOnly Property BitsPerPixel As Integer
'Usage
 
Dim instance As CodecsImageInfo
Dim value As Integer
 
value = instance.BitsPerPixel
public int BitsPerPixel {get;}
@property (nonatomic, assign, readonly) unsigned int bitsPerPixel;
public int getBitsPerPixel()
 get_BitsPerPixel(); 
public:
property int BitsPerPixel {
   int get();
}

Property Value

The bits per pixel of the image.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members

 

 


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