C# Class iTextSharp.text.pdf.CFFFont.UInt16Item

Inheritance: System.Item
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch

Public Properties

Property Type Description
value char

Public Methods

Method Description
Emit ( byte buffer ) : void
Increment ( int currentOffset ) : void
UInt16Item ( char value ) : System

Method Details

Emit() public method

public Emit ( byte buffer ) : void
buffer byte
return void

Increment() public method

public Increment ( int currentOffset ) : void
currentOffset int
return void

UInt16Item() public method

public UInt16Item ( char value ) : System
value char
return System

Property Details

value public_oe property

public char value
return char