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

Show in webframe

BitsPerPixel Property (CodecsDocLoadOptions)








Gets or sets the final bits per pixel of the loaded RasterImage.
Syntax
public int BitsPerPixel {get; set;}
'Declaration
 
Public Property BitsPerPixel As Integer
'Usage
 
Dim instance As CodecsDocLoadOptions
Dim value As Integer
 
instance.BitsPerPixel = value
 
value = instance.BitsPerPixel
public int BitsPerPixel {get; set;}
public int getBitsPerPixel()
public void setBitsPerPixel(int bitsPerPixel)
            
 <br/>get_BitsPerPixel();<br/>set_BitsPerPixel(value);<br/>Object.defineProperty('BitsPerPixel'); 
public:
property int BitsPerPixel {
   int get();
   void set (    int value);
}

Property Value

One of the supported LEADTOOLS bits per pixel values.
Example
For an example, refer to CodecsDocLoadOptions.
Requirements

Target Platforms

See Also

Reference

CodecsDocLoadOptions Class
CodecsDocLoadOptions Members

Error processing SSI file