Overload | Description |
---|---|
SaveAsHTML(Stream,HtmlLayoutType) | This method converts the currently loaded document to HTML and saves it to an instantiated stream object. |
SaveAsHTML(String,HtmlLayoutType) | This method converts the currently loaded document to HTML and saves it to the specified file path. |
In This Topic
SaveAsHTML Method (GdPictureDocumentConverter)
In This Topic
These methods convert the currently loaded document to HTML and save it to a stream or to a file according to what you have specified.
Overload List
See Also