ImageGear .NET - Updated October 26, 2017
SubjectArea Property (ImGearEXIFXMPMetadata)




ImageGear23.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : SubjectArea Property
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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members