Initializes a new instance of the PdfString class

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

Syntax

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

Parameters

value
Type: System..::..String

See Also