XmpBasicSchema.CreatorTool Property

Gets or sets the name of the first known tool used to create this document.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public XmpString CreatorTool { get; set; }
VB
Public Property CreatorTool As XmpString
	Get
	Set

Property Value

Type: XmpString
The name of the first known tool used to create this document.

Remarks

The library can automatically update the value of this property before saving the document. Please see the UpdateCreator option for more information.

See Also