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

Syntax

C#
public static ArrayList GetDocumentFonts(
	PdfReader reader
)
Visual Basic
Public Shared Function GetDocumentFonts ( _
	reader As PdfReader _
) As ArrayList
Visual C++
public:
static ArrayList^ GetDocumentFonts(
	PdfReader^ reader
)

See Also