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

Syntax

C#
public static string GetRawText(
	string text,
	bool ucc
)
Visual Basic
Public Shared Function GetRawText ( _
	text As String, _
	ucc As Boolean _
) As String
Visual C++
public:
static String^ GetRawText(
	String^ text, 
	bool ucc
)

Parameters

text
Type: System..::..String
ucc
Type: System..::..Boolean

See Also