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

Syntax

C#
protected void WriteCssProperty(
	string prop,
	string value
)
Visual Basic
Protected Sub WriteCssProperty ( _
	prop As String, _
	value As String _
)
Visual C++
protected:
void WriteCssProperty(
	String^ prop, 
	String^ value
)

Parameters

prop
Type: System..::..String
value
Type: System..::..String

See Also