ImageGear .NET - Updated July 5, 2018
BaseColorComponents Property




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

Property Value

Integer value.
Remarks
For example, for DeviceRGB, the number of components is 3.
Note: An exception is thrown when trying to access this property on a non-indexed color space.
See Also

Reference

ImGearPDEColorSpace Class
ImGearPDEColorSpace Members