C# Class iTextSharp.text.pdf.PdfLiteral

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

Méthodes publiques

Méthode Description
PdfLiteral ( byte b ) : System
PdfLiteral ( int size ) : System
PdfLiteral ( int type, byte b ) : System
PdfLiteral ( int type, string text ) : System
PdfLiteral ( string text ) : System
ToPdf ( PdfWriter writer, Stream os ) : void

Method Details

PdfLiteral() public méthode

public PdfLiteral ( byte b ) : System
b byte
Résultat System

PdfLiteral() public méthode

public PdfLiteral ( int size ) : System
size int
Résultat System

PdfLiteral() public méthode

public PdfLiteral ( int type, byte b ) : System
type int
b byte
Résultat System

PdfLiteral() public méthode

public PdfLiteral ( int type, string text ) : System
type int
text string
Résultat System

PdfLiteral() public méthode

public PdfLiteral ( string text ) : System
text string
Résultat System

ToPdf() public méthode

public ToPdf ( PdfWriter writer, Stream os ) : void
writer PdfWriter
os Stream
Résultat void