Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

BitsPerPixel Property (ColorResolutionCommand)








Gets or sets the number of bits per pixel for the conversion.
Syntax
public int BitsPerPixel {get; set;}
'Declaration
 
Public Property BitsPerPixel As Integer
'Usage
 
Dim instance As ColorResolutionCommand
Dim value As Integer
 
instance.BitsPerPixel = value
 
value = instance.BitsPerPixel
public int BitsPerPixel {get; set;}
@property (nonatomic, assign) NSInteger bitsPerPixel
public int getBitsPerPixel()
public void setBitsPerPixel(int value)
            
 <br/>get_BitsPerPixel();<br/>set_BitsPerPixel(value);<br/>Object.defineProperty('BitsPerPixel'); 
public:
property int BitsPerPixel {
   int get();
   void set (    int value);
}

Property Value

The number of bits per pixel for the conversion. Valid values are 1, 2, 3, 4, 5, 6, 7, 8, 12, 16, 24, 32, 48 and 64.
Example
For an example, refer to ColorResolutionCommand
Requirements

Target Platforms

See Also

Reference

ColorResolutionCommand Class
ColorResolutionCommand Members

Error processing SSI file