ImageGear v26.3 - Updated November 9, 2022
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

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