ImageGear .NET - Updated
Model Property (ImGearTIFFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : Model Property
Gets or sets Model property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property Model As ImGearXMPString
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPString
 
instance.Model = value
 
value = instance.Model
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);
}

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