ImageGear .NET - Updated October 26, 2017
ColorComponents Property




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEColorSpace Class : ColorComponents Property
Gets the number of components in the color space.
Syntax
'Declaration
 
Public ReadOnly Property ColorComponents As Integer
 
'Usage
 
Dim instance As ImGearPDEColorSpace
Dim value As Integer
 
value = instance.ColorComponents

Property Value

Can be 1, 3, or 4.
Remarks
This property gets the number of components in the color space. For the following color spaces the number of components is:

Use BaseColorComponents to get the number of components in the base color space.

See Also

Reference

ImGearPDEColorSpace Class
ImGearPDEColorSpace Members