This documentation is for the old version. Go to the latest Graphics Mill docs

PdfWriter Constructor

Creates and initializes new PdfWriter class instance.

Overload List

Name Description
Public method PdfWriter()

Creates and initializes new PdfWriter class instance.

Public method PdfWriter(Stream)

Creates and initializes new PdfWriter class instance. It also opens this writer on specified stream.

Public method PdfWriter(String)

Creates and initializes new PdfWriter class instance. It also opens this writer on specified file.

See Also

Reference