Initializes a new instance of the CFFFont..::..UInt16Item class

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

Syntax

C#
public UInt16Item(
	char value
)
Visual Basic
Public Sub New ( _
	value As Char _
)
Visual C++
public:
UInt16Item(
	wchar_t value
)

Parameters

value
Type: System..::..Char

See Also