DocumentSave Method |
Name | Description | |
---|---|---|
![]() ![]() | Save(String) |
Saves the document to a file. Automatically determines the save format from the extension.
|
![]() ![]() | Save(Stream, SaveFormat) |
Saves the document to a stream using the specified format.
|
![]() ![]() | Save(Stream, SaveOptions) |
Saves the document to a stream using the specified save options.
|
![]() ![]() | Save(String, SaveFormat) |
Saves the document to a file in the specified format.
|
![]() ![]() | Save(String, SaveOptions) |
Saves the document to a file using the specified save options.
|
![]() ![]() | Save(HttpResponse, String, ContentDisposition, SaveOptions) |
Sends the document to the client browser.
|