ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.IPTC Namespace / ImGearIPTCColourRepresentation Structure / NumberOfComponents Field




In This Topic
NumberOfComponents Field
In This Topic
Specifies the number of components.
Syntax
'Declaration
 
Public NumberOfComponents As Integer
 
'Usage
 
Dim instance As ImGearIPTCColourRepresentation
Dim value As Integer
 
value = instance.NumberOfComponents
 
instance.NumberOfComponents = value

Field Value

int value.
Remarks
This property specifies the number of components in the image.

Allowed values are as follows:

0 - No Image

1 - Monochrome

3 - Three components

4 - Four components

See Also