Click or drag to resize

PdfImageBitsPerComponent Property

(Required except for image masks and images that use the JPXDecode filter) The number of bits used to represent each colour component.

Only a single value shall be specified; the number of bits shall be the same for all colour components. The value shall be 1, 2, 4, 8, or (in PDF 1.5) 16.

If ImageMask is , this entry is optional, but if specified, its value shall be 1.


Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public int? BitsPerComponent { get; }

Property Value

NullableInt32
The number of bits used to represent each colour component.
See Also