Skip to main content
Skip table of contents

PdfStream

PdfStream Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.PdfStream[[PdfStream]]
  iTextSharp.text.pdf.PdfDictionary[[PdfDictionary]]
  end
iTextSharp.text.pdf.PdfDictionary --> iTextSharp.text.pdf.PdfStream

Members

Properties

Public properties
TypeNameMethods
intRawLengthget

Methods

Public methods
ReturnsName
voidFlateCompress(...)
voidToPdf(PdfWriter writer, Stream os)
stringToString()
voidWriteContent(Stream os)
voidWriteLength()
Protected methods
ReturnsName
voidSuperToPdf(PdfWriter writer, Stream os)

Details

Inheritance

Constructors

PdfStream [1/3]

Source code

public PdfStream(byte[] bytes)
Arguments
TypeNameDescription
byte``[]bytes
PdfStream [2/3]

Source code

public PdfStream(Stream inputStream, PdfWriter writer)
Arguments
TypeNameDescription
StreaminputStream
PdfWriterwriter
PdfStream [3/3]

Source code

protected PdfStream()

Methods

WriteLength

Source code

public virtual void WriteLength()
FlateCompress [1/2]

Source code

public virtual void FlateCompress()
FlateCompress [2/2]

Source code

public virtual void FlateCompress(int compressionLevel)
Arguments
TypeNameDescription
intcompressionLevel
SuperToPdf

Source code

protected virtual void SuperToPdf(PdfWriter writer, Stream os)
Arguments
TypeNameDescription
PdfWriterwriter
Streamos
ToPdf

Source code

public override void ToPdf(PdfWriter writer, Stream os)
Arguments
TypeNameDescription
PdfWriterwriter
Streamos
WriteContent

Source code

public virtual void WriteContent(Stream os)
Arguments
TypeNameDescription
Streamos
ToString

Source code

public override string ToString()

Properties

RawLength
public virtual int RawLength { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.