PRStream Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PRStream[[PRStream]] iTextSharp.text.pdf.PdfStream[[PdfStream]] end iTextSharp.text.pdf.PdfStream --> iTextSharp.text.pdf.PRStream
Members
Properties
Public properties
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
( |
|
|
( |
|
|
(
writer, |
Details
Inheritance
Constructors
PRStream [1/5]
Source code
public PRStream(PRStream stream, PdfDictionary newDic)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
stream |
|
|
|
newDic |
PRStream [2/5]
Source code
public PRStream(PRStream stream, PdfDictionary newDic, PdfReader reader)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
stream |
|
|
|
newDic |
|
|
|
reader |
PRStream [3/5]
Source code
public PRStream(PdfReader reader, long offset)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
|
|
|
offset |
PRStream [4/5]
Source code
public PRStream(PdfReader reader, byte[] conts)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
|
|
|
conts |
PRStream [5/5]
Source code
public PRStream(PdfReader reader, byte[] conts, int compressionLevel)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
|
|
|
conts |
|
|
|
compressionLevel |
Methods
SetData [1/3]
Source code
public virtual void SetData(byte[] data, bool compress)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
|
|
|
compress |
SetData [2/3]
Source code
public virtual void SetData(byte[] data, bool compress, int compressionLevel)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
|
|
|
compress |
|
|
|
compressionLevel |
SetDataRaw
Source code
public virtual void SetDataRaw(byte[] data)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
SetData [3/3]
Source code
public virtual void SetData(byte[] data)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
data |
GetBytes
Source code
public byte GetBytes()
ToPdf
Source code
public override void ToPdf(PdfWriter writer, Stream os)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
os |
Properties
Length
public int Length { get; set; }
Offset
public virtual long Offset { get; }
Reader
public virtual PdfReader Reader { get; }
ObjNum
public virtual int ObjNum { get; set; }
ObjGen
public virtual int ObjGen { get; set; }
Generated with ModularDoc