ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.TIFF Namespace / ImGearTIFFXMPMetadata Class / Make Property




In This Topic
Make Property (ImGearTIFFXMPMetadata)
In This Topic
Gets or sets Make property of the TIFF XMP schema.
Syntax
'Declaration
 
Public Property Make As ImGearXMPString
 
'Usage
 
Dim instance As ImGearTIFFXMPMetadata
Dim value As ImGearXMPString
 
instance.Make = value
 
value = instance.Make

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents TIFF tag 271 (0x10F) and specifies manufacturer of recording equipment.
See Also