PdfGeneratedDocumentSave Method |
| Name | Description | |
|---|---|---|
| Save(Stream) |
Saves the document to the specified outStream.
| |
| Save(String) |
Saves the document to the specified output file.
| |
| Save(Stream, EventHandlerRenderProgressEventArgs) |
Saves the document to the specified outStream.
| |
| Save(String, EventHandlerRenderProgressEventArgs) |
Saves the document to the specified output file.
| |
| Save(Stream, PdfSaveOptions, EventHandlerRenderProgressEventArgs) |
Saves the Pdf document to the output stream using the provided options.
| |
| Save(String, PdfSaveOptions, EventHandlerRenderProgressEventArgs) |
Saves the document to the specified output file.
| |
| Save(String, String, Stream, EventHandlerRenderProgressEventArgs) | Obsolete.
Saves the Pdf document to the output stream using the provided passwords.
|