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

Collapse imageSyntax

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

Collapse imageSee Also