Checks whether the given font is contained within the object

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

Syntax

C#
public static bool Contains(
	string fontname
)
Visual Basic
Public Shared Function Contains ( _
	fontname As String _
) As Boolean
Visual C++
public:
static bool Contains(
	String^ fontname
)

Parameters

fontname
Type: System..::..String
the name of the font

Return Value

true if font is contained within the object

See Also