Namespace: iTextSharp.text.xml.xmp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void AddCreatorTool(
	string creator
)
Visual Basic
Public Sub AddCreatorTool ( _
	creator As String _
)
Visual C++
public:
void AddCreatorTool(
	String^ creator
)

Parameters

creator
Type: System..::..String

See Also