Skip to main content
Skip table of contents

PdfEFStream

PdfEFStream Public class

Diagram

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

Members

Methods

Public methods
ReturnsName
voidToPdf(PdfWriter writer, Stream os)

Details

Inheritance

Constructors

PdfEFStream [1/2]

Source code

public PdfEFStream(Stream inp, PdfWriter writer)
Arguments
TypeNameDescription
Streaminp
PdfWriterwriter
PdfEFStream [2/2]

Source code

public PdfEFStream(byte[] fileStore)
Arguments
TypeNameDescription
byte``[]fileStore

Methods

ToPdf

Source code

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

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.