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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPInteger type parameter.
Remarks
This XMP property represents EXIF tag 37396 (0x9214) and specifies the location and area of the main subject in the overall scene.
See Also