ImageGear .NET - Updated October 26, 2017
Make Property (ImGearTIFFXMPMetadata)




ImageGear23.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.TIFF Namespace > ImGearTIFFXMPMetadata Class : Make Property
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

Reference

ImGearTIFFXMPMetadata Class
ImGearTIFFXMPMetadata Members