ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / SubjectLocation Property




In This Topic
SubjectLocation Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets SubjectLocation property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property SubjectLocation As ImGearXMPSeq(Of ImGearXMPInteger)
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPSeq(Of ImGearXMPInteger)
 
instance.SubjectLocation = value
 
value = instance.SubjectLocation

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF tag 41492 (0xA214) and specifies location of the main subject of the scene. The first value is the horizontal pixel and the second value is the vertical pixel at which the main subject appears.
See Also