Initializes a new instance of the CFFFont..::..UInt8Item class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public UInt8Item( char value ) |
Visual Basic |
---|
Public Sub New ( _ value As Char _ ) |
Visual C++ |
---|
public: UInt8Item( wchar_t value ) |
Parameters
- value
- Type: System..::..Char