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

Syntax

C#
public virtual IDrawInterface DrawInterface { get; set; }
Visual Basic
Public Overridable Property DrawInterface As IDrawInterface
	Get
	Set
Visual C++
public:
virtual property IDrawInterface^ DrawInterface {
	IDrawInterface^ get ();
	void set (IDrawInterface^ value);
}

See Also