PdfWriter Constructor

Initializes a new instance of the PdfWriter class using the specified media.

Overload List

Name Description
Public method PdfWriter(Stream)

Initializes a new instance of the PdfWriter class using the specified Stream.

Public method PdfWriter(String)

Initializes a new instance of the PdfWriter class using the specified file name.

Public method PdfWriter(Stream, OutputIntent)

Initializes a new instance of the PdfWriter class using the specified Stream and OutputIntent.

Public method PdfWriter(String, OutputIntent)

Initializes a new instance of the PdfWriter class using the specified file name and OutputIntent.

See Also

Reference