Register a ttf- or a ttc-file.

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

Syntax

C#
public virtual void Register(
	string path
)
Visual Basic
Public Overridable Sub Register ( _
	path As String _
)
Visual C++
public:
virtual void Register(
	String^ path
)

Parameters

path
Type: System..::..String
the path to a ttf- or ttc-file

See Also