DocumentSave Method |
| Name | Description | |
|---|---|---|
| Save | Saves the PDF document as byte array that can be further saved into a file or send over HTTP. | |
| Save(Stream) | Saves the document into the specified stream. | |
| Save(String) | Saves the PDF document into the specified file. | |
| Save(HttpResponse, Boolean, String) | Saves the document into a HTTP stream. |