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

Syntax

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

Parameters

creator
Type: System..::..String
subtype
Type: System..::..String

See Also