ImageGear for .NET
BitsPerChannel Property (ImGearRawLoadOptions)




Gets or sets the number of bits per color channel.
Syntax
'Declaration
 
Public Property BitsPerChannel As Integer
'Usage
 
Dim instance As ImGearRawLoadOptions
Dim value As Integer
 
instance.BitsPerChannel = value
 
value = instance.BitsPerChannel
public int BitsPerChannel {get; set;}
public: __property int get_BitsPerChannel();
public: __property void set_BitsPerChannel( 
   int value
);
public:
property int BitsPerChannel {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearRawLoadOptions Class
ImGearRawLoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback