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

Syntax

C#
public bool Exists(
	string fontName
)
Visual Basic
Public Function Exists ( _
	fontName As String _
) As Boolean
Visual C++
public:
bool Exists(
	String^ fontName
)

Parameters

fontName
Type: System..::..String

See Also