IPdfPage.Save(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.
Saves the PDF page to the specified stream.
public:
void Save(System::IO::Stream ^ stream);
public void Save(System.IO.Stream stream);
abstract member Save : System.IO.Stream -> unit
Public Sub Save (stream As Stream)
Parameters
- stream
- Stream
The stream to which the page will be saved.
Exceptions
Thrown when stream
is null.
Thrown when an I/O error occurs.