Gets the number of bits used to describe each color component
of this
PdfImage.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public int BitsPerComponent { get; }
VB
Public ReadOnly Property BitsPerComponent As Integer
Get
Property Value
Type:
Int32The number of bits used to describe each color component
of this
PdfImage.
See Also