ImageGear .NET - Updated
Make Property (ImGearTIFFXMPMetadata)




ImageGear24.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
public ImGearXMPString Make {get; set;}
public: __property ImGearXMPString* get_Make();
public: __property void set_Make( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Make {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

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