ImageGear .NET v24.12 - Updated
NumberOfComponents Field




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.IPTC Namespace > ImGearIPTCColourRepresentation Structure : NumberOfComponents Field
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
public int NumberOfComponents
public: int NumberOfComponents
public:
int NumberOfComponents

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

Reference

ImGearIPTCColourRepresentation Structure
ImGearIPTCColourRepresentation Members