C# Class iTextSharp.text.pdf.PRStream

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

Protected Properties

Свойство Type Description
length int
objGen int
objNum int
offset long
reader PdfReader

Méthodes publiques

Méthode Description
GetBytes ( ) : byte[]
PRStream ( PRStream stream, PdfDictionary newDic ) : System
PRStream ( PRStream stream, PdfDictionary newDic, PdfReader reader ) : System
PRStream ( PdfReader reader, byte conts ) : System
PRStream ( PdfReader reader, byte conts, int compressionLevel ) : System
PRStream ( PdfReader reader, long offset ) : System
SetData ( byte data ) : void
SetData ( byte data, bool compress ) : void
SetData ( byte data, bool compress, int compressionLevel ) : void
ToPdf ( PdfWriter writer, Stream os ) : void

Method Details

GetBytes() public méthode

public GetBytes ( ) : byte[]
Résultat byte[]

PRStream() public méthode

public PRStream ( PRStream stream, PdfDictionary newDic ) : System
stream PRStream
newDic PdfDictionary
Résultat System

PRStream() public méthode

public PRStream ( PRStream stream, PdfDictionary newDic, PdfReader reader ) : System
stream PRStream
newDic PdfDictionary
reader PdfReader
Résultat System

PRStream() public méthode

public PRStream ( PdfReader reader, byte conts ) : System
reader PdfReader
conts byte
Résultat System

PRStream() public méthode

public PRStream ( PdfReader reader, byte conts, int compressionLevel ) : System
reader PdfReader
conts byte
compressionLevel int
Résultat System

PRStream() public méthode

public PRStream ( PdfReader reader, long offset ) : System
reader PdfReader
offset long
Résultat System

SetData() public méthode

public SetData ( byte data ) : void
data byte
Résultat void

SetData() public méthode

public SetData ( byte data, bool compress ) : void
data byte
compress bool
Résultat void

SetData() public méthode

public SetData ( byte data, bool compress, int compressionLevel ) : void
data byte
compress bool
compressionLevel int
Résultat void

ToPdf() public méthode

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

Property Details

length protected_oe property

protected int length
Résultat int

objGen protected_oe property

protected int objGen
Résultat int

objNum protected_oe property

protected int objNum
Résultat int

offset protected_oe property

protected long offset
Résultat long

reader protected_oe property

protected PdfReader,iTextSharp.text.pdf reader
Résultat PdfReader