C# Class iTextSharp.text.pdf.PRStream

Inheritance: PdfStream
Show file 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 property

protected int length
return int

objGen protected property

protected int objGen
return int

objNum protected property

protected int objNum
return int

offset protected property

protected long offset
return long

reader protected property

protected PdfReader,iTextSharp.text.pdf reader
return PdfReader