C# Class iTextSharp.text.pdf.PdfNumber

Inheritance: PdfObject
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Increment ( ) : void
Résultat void

PdfNumber() public méthode

public PdfNumber ( double value ) : System
value double
Résultat System

PdfNumber() public méthode

public PdfNumber ( float value ) : System
value float
Résultat System

PdfNumber() public méthode

public PdfNumber ( int value ) : System
value int
Résultat System

PdfNumber() public méthode

public PdfNumber ( long value ) : System
value long
Résultat System

PdfNumber() public méthode

public PdfNumber ( string content ) : System
content string
Résultat System