Initializes a new instance of the PdfWriter class using the specified media.
Name | Description | |
---|---|---|
PdfWriter(Stream) |
Initializes a new instance of the PdfWriter class using the specified Stream. |
|
PdfWriter(String) |
Initializes a new instance of the PdfWriter class using the specified file name. |
|
PdfWriter(Stream, OutputIntent) |
Initializes a new instance of the PdfWriter class using the specified Stream and OutputIntent. |
|
PdfWriter(String, OutputIntent) |
Initializes a new instance of the PdfWriter class using the specified file name and OutputIntent. |