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

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

Public Properties

Property Type Description
value int

Public Methods

Method Description
Emit ( byte buffer ) : void
Increment ( int currentOffset ) : void
UInt24Item ( int 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

UInt24Item() public method

public UInt24Item ( int value ) : System
value int
return System

Property Details

value public_oe property

public int value
return int