ImageGear for .NET
Model Property (ImGearTIFFXMPMetadata)




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

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents TIFF tag 272 (0x110) and specifies model name or number of equipment.
See Also

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback