ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.IPTC Namespace / ImGearIPTC4XMPCoreMetadata Class / SubjectCode Property




In This Topic
    SubjectCode Property
    In This Topic
    Gets or sets SubjectCode property of the IPTC4XMPCORE XMP schema.
    Syntax
    'Declaration
     
    Public Property SubjectCode As ImGearXMPBag(Of ImGearXMPString)
    'Usage
     
    Dim instance As ImGearIPTC4XMPCoreMetadata
    Dim value As ImGearXMPBag(Of ImGearXMPString)
     
    instance.SubjectCode = value
     
    value = instance.SubjectCode
    public ImGearXMPBag<ImGearXMPString> SubjectCode {get; set;}
    public: __property ImGearXMPBag<ImGearXMPString*>* get_SubjectCode();
    public: __property void set_SubjectCode( 
       ImGearXMPBag<ImGearXMPString*>* value
    );
    public:
    property ImGearXMPBag<ImGearXMPString^>^ SubjectCode {
       ImGearXMPBag<ImGearXMPString^>^ get();
       void set (    ImGearXMPBag<ImGearXMPString^>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies one or more Subjects from the IPTC "Subject-NewsCodes" taxonomy to categorize the content. Each Subject is represented as a string of 8 digits in an unordered list.
    See Also