ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEColorSpace Class / BaseColorComponents Property




In This Topic
    BaseColorComponents Property
    In This Topic
    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
    public int BaseColorComponents {get;}
    public: __property int get_BaseColorComponents();
    public:
    property int BaseColorComponents {
       int get();
    }

    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