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