ImageGear .NET
ImageDescription Property (ImGearTIFFXMPMetadata)




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

Property Value

ImageGear.Formats.XMP.ImGearXMPLangAlt class value.
Remarks
This XMP property represents TIFF tag 270 (0x10E) and specifies description of the image.

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

See Also

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback