ImageGear .NET - Updated
SubjectLocation Property (ImGearEXIFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : SubjectLocation Property
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
public ImGearXMPSeq<ImGearXMPInteger> SubjectLocation {get; set;}
public: __property ImGearXMPSeq<ImGearXMPInteger*>* get_SubjectLocation();
public: __property void set_SubjectLocation( 
   ImGearXMPSeq<ImGearXMPInteger*>* value
);
public:
property ImGearXMPSeq<ImGearXMPInteger^>^ SubjectLocation {
   ImGearXMPSeq<ImGearXMPInteger^>^ get();
   void set (    ImGearXMPSeq<ImGearXMPInteger^>^ value);
}

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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members