Skip to main content
Skip table of contents

Wrt

Wrt Internal class

Diagram

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

Members

Methods

Internal methods
ReturnsName
PdfArrayCalculate(Dictionary<string, object> map)
voidWrite()

Details

Inheritance

Constructors

Wrt

Source code

internal Wrt(Stream os, FdfWriter fdf)
Arguments
TypeNameDescription
Streamos
FdfWriterfdf

Methods

Write

Source code

internal void Write()
Calculate

Source code

internal PdfArray Calculate(Dictionary<string, object> map)
Arguments
TypeNameDescription
Dictionary<string, object>map

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.