'Declaration
Public Overloads Function SaveAsHTML( _ ByVal Stream As Stream, _ ByVal layoutType As HtmlLayoutType _ ) As GdPictureStatus
public GdPictureStatus SaveAsHTML( Stream Stream, HtmlLayoutType layoutType )
public function SaveAsHTML( Stream: Stream; layoutType: HtmlLayoutType ): GdPictureStatus;
public function SaveAsHTML( Stream : Stream, layoutType : HtmlLayoutType ) : GdPictureStatus;
public: GdPictureStatus SaveAsHTML( Stream* Stream, HtmlLayoutType layoutType )
public: GdPictureStatus SaveAsHTML( Stream^ Stream, HtmlLayoutType layoutType )
Parameters
- Stream
- A stream object where the current document will be saved to as a HTML 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.
- layoutType
Return Value
A member of the GdPictureStatus enumeration. If processing is successful, then the return value is GdPictureStatus.OK.