Gets the familyname as a string.

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

Syntax

C#
public virtual string Familyname { get; }
Visual Basic
Public Overridable ReadOnly Property Familyname As String
	Get
Visual C++
public:
virtual property String^ Familyname {
	String^ get ();
}

Field Value

the familyname

See Also