C# Class iTextSharp.text.pdf.PRStream

Inheritance: PdfStream
Exibir arquivo Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
length int
objGen int
objNum int
offset long
reader PdfReader

Public Methods

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

public GetBytes ( ) : byte[]
return byte[]

PRStream() public method

public PRStream ( PRStream stream, PdfDictionary newDic ) : System
stream PRStream
newDic PdfDictionary
return System

PRStream() public method

public PRStream ( PRStream stream, PdfDictionary newDic, PdfReader reader ) : System
stream PRStream
newDic PdfDictionary
reader PdfReader
return System

PRStream() public method

public PRStream ( PdfReader reader, byte conts ) : System
reader PdfReader
conts byte
return System

PRStream() public method

public PRStream ( PdfReader reader, byte conts, int compressionLevel ) : System
reader PdfReader
conts byte
compressionLevel int
return System

PRStream() public method

public PRStream ( PdfReader reader, long offset ) : System
reader PdfReader
offset long
return System

SetData() public method

public SetData ( byte data ) : void
data byte
return void

SetData() public method

public SetData ( byte data, bool compress ) : void
data byte
compress bool
return void

SetData() public method

public SetData ( byte data, bool compress, int compressionLevel ) : void
data byte
compress bool
compressionLevel int
return void

ToPdf() public method

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

Property Details

length protected_oe property

protected int length
return int

objGen protected_oe property

protected int objGen
return int

objNum protected_oe property

protected int objNum
return int

offset protected_oe property

protected long offset
return long

reader protected_oe property

protected PdfReader,iTextSharp.text.pdf reader
return PdfReader