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

Syntax

C#
public void SetPitch(
	string value
)
Visual Basic
Public Sub SetPitch ( _
	value As String _
)
Visual C++
public:
void SetPitch(
	String^ value
)

Parameters

value
Type: System..::..String

See Also