'Declaration
Public Overloads Function SaveAsPPTX( _ ByVal Stream As Stream _ ) As GdPictureStatus
public GdPictureStatus SaveAsPPTX( Stream Stream )
public function SaveAsPPTX( Stream: Stream ): GdPictureStatus;
public function SaveAsPPTX( Stream : Stream ) : GdPictureStatus;
public: GdPictureStatus SaveAsPPTX( Stream* Stream )
public: GdPictureStatus SaveAsPPTX( Stream^ Stream )
Parameters
- Stream
- A stream object where the current document will be saved to as a PPTX file. This stream object must be initialized before passing it to this method and it should stay open for subsequent use.
If the output stream is not opened for both reading and writing, the method will fail to return the GdPictureStatus.InvalidParameter status.
Return Value
A member of the GdPictureStatus enumeration. If processing is successful, then the return value is GdPictureStatus.OK.