C# Class iTextSharp.text.pdf.PdfStream

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

Protected Properties

Свойство Type Description
compressed bool
compressionLevel int
inputStream Stream
inputStreamLength int
iref PdfIndirectReference
rawLength int
streamBytes System.IO.MemoryStream
writer PdfWriter

Méthodes publiques

Méthode Description
FlateCompress ( ) : void
FlateCompress ( int compressionLevel ) : void
PdfStream ( Stream inputStream, PdfWriter writer ) : System
PdfStream ( byte bytes ) : System
ToPdf ( PdfWriter writer, Stream os ) : void
ToString ( ) : String
WriteContent ( Stream os ) : void
WriteLength ( ) : void

Méthodes protégées

Méthode Description
PdfStream ( ) : System
SuperToPdf ( PdfWriter writer, Stream os ) : void

Method Details

FlateCompress() public méthode

public FlateCompress ( ) : void
Résultat void

FlateCompress() public méthode

public FlateCompress ( int compressionLevel ) : void
compressionLevel int
Résultat void

PdfStream() protected méthode

protected PdfStream ( ) : System
Résultat System

PdfStream() public méthode

public PdfStream ( Stream inputStream, PdfWriter writer ) : System
inputStream Stream
writer PdfWriter
Résultat System

PdfStream() public méthode

public PdfStream ( byte bytes ) : System
bytes byte
Résultat System

SuperToPdf() protected méthode

protected SuperToPdf ( PdfWriter writer, Stream os ) : void
writer PdfWriter
os Stream
Résultat void

ToPdf() public méthode

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

ToString() public méthode

public ToString ( ) : String
Résultat String

WriteContent() public méthode

public WriteContent ( Stream os ) : void
os Stream
Résultat void

WriteLength() public méthode

public WriteLength ( ) : void
Résultat void

Property Details

compressed protected_oe property

protected bool compressed
Résultat bool

compressionLevel protected_oe property

protected int compressionLevel
Résultat int

inputStream protected_oe property

protected Stream inputStream
Résultat Stream

inputStreamLength protected_oe property

protected int inputStreamLength
Résultat int

iref protected_oe property

protected PdfIndirectReference,iTextSharp.text.pdf iref
Résultat PdfIndirectReference

rawLength protected_oe property

protected int rawLength
Résultat int

streamBytes protected_oe property

protected MemoryStream,System.IO streamBytes
Résultat System.IO.MemoryStream

writer protected_oe property

protected PdfWriter,iTextSharp.text.pdf writer
Résultat PdfWriter