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

Syntax

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

Parameters

fontName
Type: System..::..String

See Also