ImageGear v26.3 - Updated
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
    public ImGearXMPSeq<ImGearXMPInteger> SubjectArea {get; set;}
    public: __property ImGearXMPSeq<ImGearXMPInteger*>* get_SubjectArea();
    public: __property void set_SubjectArea( 
       ImGearXMPSeq<ImGearXMPInteger*>* value
    );
    public:
    property ImGearXMPSeq<ImGearXMPInteger^>^ SubjectArea {
       ImGearXMPSeq<ImGearXMPInteger^>^ get();
       void set (    ImGearXMPSeq<ImGearXMPInteger^>^ value);
    }

    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