ImageGear v26.0 - Updated
CreatorTool Property




ImageGear.Core Assembly > ImageGear.Formats.XMP.Basic Namespace > ImGearBasicXMPMetadata Class : CreatorTool Property
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

Reference

ImGearBasicXMPMetadata Class
ImGearBasicXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.