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

Syntax

C#
public void RegisterFamily(
	string familyName,
	string fullName,
	string path
)
Visual Basic
Public Sub RegisterFamily ( _
	familyName As String, _
	fullName As String, _
	path As String _
)
Visual C++
public:
void RegisterFamily(
	String^ familyName, 
	String^ fullName, 
	String^ path
)

Parameters

familyName
Type: System..::..String
fullName
Type: System..::..String
path
Type: System..::..String

See Also