Sets the style using a String containing one of more of the following values: normal, bold, italic, underline, strike.

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

Syntax

C#
public virtual void SetStyle(
	string style
)
Visual Basic
Public Overridable Sub SetStyle ( _
	style As String _
)
Visual C++
public:
virtual void SetStyle(
	String^ style
)

Parameters

style
Type: System..::..String
A String representing a certain style.

See Also