IPdfPage.SaveAsync(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously saves the PDF page to the specified stream.
public:
System::Threading::Tasks::Task ^ SaveAsync(System::IO::Stream ^ stream);
public System.Threading.Tasks.Task SaveAsync(System.IO.Stream stream);
abstract member SaveAsync : System.IO.Stream -> System.Threading.Tasks.Task
Public Function SaveAsync (stream As Stream) As Task
Parameters
- stream
- Stream
The stream to which the page will be saved.
Returns
A task representing the asynchronous save operation.
Exceptions
Thrown when stream
is null.
Thrown when an I/O error occurs.