C# Class iTextSharp.text.pdf.PdfNumber

Inheritance: PdfObject
ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
Increment ( ) : void
PdfNumber ( double value ) : System
PdfNumber ( float value ) : System
PdfNumber ( int value ) : System
PdfNumber ( long value ) : System
PdfNumber ( string content ) : System

Method Details

Increment() public method

public Increment ( ) : void
return void

PdfNumber() public method

public PdfNumber ( double value ) : System
value double
return System

PdfNumber() public method

public PdfNumber ( float value ) : System
value float
return System

PdfNumber() public method

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

PdfNumber() public method

public PdfNumber ( long value ) : System
value long
return System

PdfNumber() public method

public PdfNumber ( string content ) : System
content string
return System