ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.Basic Namespace / ImGearBasicXMPMetadata Class / CreatorTool Property




In This Topic
    CreatorTool Property
    In This Topic
    Gets or sets CreatorTool property of the XMP Basic schema.
    Syntax
    'Declaration
     
    Public Property CreatorTool As ImGearXMPString
    'Usage
     
    Dim instance As ImGearBasicXMPMetadata
    Dim value As ImGearXMPString
     
    instance.CreatorTool = value
     
    value = instance.CreatorTool
    public ImGearXMPString CreatorTool {get; set;}
    public: __property ImGearXMPString* get_CreatorTool();
    public: __property void set_CreatorTool( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ CreatorTool {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property specifies name of the first known tool used to create the resource.
    See Also