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




In This Topic
    Model Property (ImGearTIFFXMPMetadata)
    In This Topic
    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