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

Syntax

C#
public static FontFactoryImp FontImp { get; set; }
Visual Basic
Public Shared Property FontImp As FontFactoryImp
	Get
	Set
Visual C++
public:
static property FontFactoryImp^ FontImp {
	FontFactoryImp^ get ();
	void set (FontFactoryImp^ value);
}

See Also