ImageGear for .NET
Copyright Property (ImGearTIFFXMPMetadata)




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

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback