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

Syntax

C#
public override string[][] FullFontName { get; }
Visual Basic
Public Overrides ReadOnly Property FullFontName As String()()
	Get
Visual C++
public:
virtual property array<array<String^>^>^ FullFontName {
	array<array<String^>^>^ get () override;
}

See Also