PixMap BitsPerComponent Property. The number of bits per color component. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

 

Type Default Read Only Description
[C#] int

[Visual Basic]
Integer
 n/a  Yes The number of bits per color component.

 

   

Notes
 

The number of bits per color component.

This property can take the value 1, 2, 4, 8 or 16. Other values are not supported in the PDF Specification.

To change the bits per component of an image use the Resample method.

 

   

Example
 

None.