Discuss this help topic in SecureBlackbox Forum
Specifies number of bits per color component.
Declaration
[C#]
int BitsPerComponent;
[VB.NET]
Property BitsPerComponent As Integer
[Pascal]
property BitsPerComponent : Integer;
[C++]
int32_t get_BitsPerComponent();
void set_BitsPerComponent(int32_t Value);
[PHP]
integer get_BitsPerComponent()
void set_BitsPerComponent(integer $Value)
[Java]
int getBitsPerComponent();
void setBitsPerComponent(int Value);
Description
Use this property to specify the number of bits per color space component.
The default value is 0, which means that BitsPerComponent is set automatically according to
ImageType.
Discuss this help topic in SecureBlackbox Forum