Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

BitsPerPixel Property (CodecsImageInfo)








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) NSInteger 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

Error processing SSI file