PdfDocument.Save Method |
Name | Description | |
---|---|---|
Save(Stream) |
Saves a PdfDocument into the supplied stream.
| |
Save(String) |
Saves a PdfDocument to a new file.
| |
Save(Stream, PdfSaveOptions) |
Saves a PdfDocument into the supplied stream.
| |
Save(String, PdfSaveOptions) |
Saves a PdfDocument to a new file.
| |
Save(String, Stream) | Obsolete.
Saves a PdfDocument into the supplied stream, encrypting with the supplied
password.
| |
Save(String, String) | Obsolete.
Saves a PdfDocument into a new file encrypting with the supplied password.
| |
Save(String, String, Stream) | Obsolete.
Saves a PdfDocument into a stream encrypting with the supplied passwords.
| |
Save(String, String, String) | Obsolete.
Saves a PdfDocument into a new file encrypting with the supplied passwords.
|