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

Syntax

C#
public static Object[] GetAllFontNames(
	string name,
	string encoding,
	byte[] ttfAfm
)
Visual Basic
Public Shared Function GetAllFontNames ( _
	name As String, _
	encoding As String, _
	ttfAfm As Byte() _
) As Object()
Visual C++
public:
static array<Object^>^ GetAllFontNames(
	String^ name, 
	String^ encoding, 
	array<unsigned char>^ ttfAfm
)

Parameters

name
Type: System..::..String
encoding
Type: System..::..String
ttfAfm
Type: array<System..::..Byte>[]()[][]

See Also