PdfWriter Write Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Protected methodWrite(ImageElement)
Writes PDF image element into file stream
Protected methodWrite(PathElement)
Writes PDF path into file stream
Public methodWrite(PdfDocument)
Writes PDF document into file stream
Protected methodWrite(PdfFont)
Writes PDF font into file stream
Protected methodWrite(PdfInfo)
Writes PDF info into file stream
Protected methodWrite(PdfMeta)
Protected methodWrite(PdfOutlines)
Writes PDF document outlines into file stream
Protected methodWrite(PdfPage)
Writes PDF page into file stream
Protected methodWrite(PdfPageTree)
Writes PDF document page tree into file stream
Protected methodWrite(PdfRoot)
Writes PDF header into file stream
Protected methodWrite(PdfTrailer)
Writes PDF document trailer into file stream
Protected methodWrite(RectangleElement)
Writes PDF rectangle element into file stream
Protected methodWrite(TextElement)
Writes PDF text element into file stream
Back to Top
See Also