ImageGear v26.3 - Updated November 9, 2022
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

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