'Declaration
Public Overloads Function SaveAsDOCX( _ ByVal Stream As Stream _ ) As GdPictureStatus
public GdPictureStatus SaveAsDOCX( Stream Stream )
public function SaveAsDOCX( Stream: Stream ): GdPictureStatus;
public function SaveAsDOCX( Stream : Stream ) : GdPictureStatus;
public: GdPictureStatus SaveAsDOCX( Stream* Stream )
public: GdPictureStatus SaveAsDOCX( Stream^ Stream )
Parameters
- Stream
- A stream object where the current document is saved to as a DOCX file. This stream object must be initialized before it can be sent into 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 returning the GdPictureStatus.InvalidParameter status.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.