ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / Copyright Property




In This Topic
    Copyright Property (ImGearTIFFXMPMetadata)
    In This Topic
    Gets or sets Copyright property of the TIFF XMP schema.
    Syntax
    'Declaration
     
    Public Property Copyright As ImGearXMPLangAlt
    'Usage
     
    Dim instance As ImGearTIFFXMPMetadata
    Dim value As ImGearXMPLangAlt
     
    instance.Copyright = value
     
    value = instance.Copyright
    public ImGearXMPLangAlt Copyright {get; set;}
    public: __property ImGearXMPLangAlt* get_Copyright();
    public: __property void set_Copyright( 
       ImGearXMPLangAlt* value
    );
    public:
    property ImGearXMPLangAlt^ Copyright {
       ImGearXMPLangAlt^ get();
       void set (    ImGearXMPLangAlt^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPLangAlt class value.
    Remarks
    This XMP property represents TIFF tag 33432 (0x8298) and specifies copyright information.

    Note: This property is stored in XMP as dc:rights.

    See Also