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

Collapse imageSyntax

C#
protected void Write(
	Font font,
	Properties styleAttributes
)
Visual Basic
Protected Sub Write ( _
	font As Font, _
	styleAttributes As Properties _
)
Visual C++
protected:
void Write(
	Font^ font, 
	Properties^ styleAttributes
)

Parameters

font
Type: iTextSharp.text..::..Font
styleAttributes
Type: System.util..::..Properties

Collapse imageSee Also