ImageGear v26.3 - Updated
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
    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