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




In This Topic
Component Field
In This Topic
Indicates the number of components in the image, or that the objectdata contains supplementary data or Record 2 caption.
Syntax
'Declaration
 
Public Component As ImGearIPTCImageComponentMode
 
'Usage
 
Dim instance As ImGearIPTCImageType
Dim value As ImGearIPTCImageComponentMode
 
value = instance.Component
 
instance.Component = value

Field Value

ImGearIPTCImageComponentMode enumeration value.
Remarks
This property indicates one of the following:
  • Record 2 caption for a specific image
  • Number of components in an image, in single or multiple envelopes
  • The objectdata contains supplementary data to an image (as defined in the Digital Newsphoto Parameter Record DataSet 3:55).
See Also