Share via


IPdfPage.Save(Stream) Method

Definition

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.

Applies to