C# Class iTextSharp.text.pdf.PdfLiteral

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

Public Methods

Method 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 method

public PdfLiteral ( byte b ) : System
b byte
return System

PdfLiteral() public method

public PdfLiteral ( int size ) : System
size int
return System

PdfLiteral() public method

public PdfLiteral ( int type, byte b ) : System
type int
b byte
return System

PdfLiteral() public method

public PdfLiteral ( int type, string text ) : System
type int
text string
return System

PdfLiteral() public method

public PdfLiteral ( string text ) : System
text string
return System

ToPdf() public method

public ToPdf ( PdfWriter writer, Stream os ) : void
writer PdfWriter
os Stream
return void