Bits number each sample has.

Values handles are:

1 for black/white

2..7 for colormapped bitmap (from 4 to 256 colors)

8 for colormapped or true color

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int BitsPerSample { get; set; }
Public Property BitsPerSample As Integer
	Get
	Set
public:
property int BitsPerSample {
	int get ();
	void set (int value);
}

See Also