'Declaration
Public Overloads Function SaveAsHTML( _ ByVal FilePath As String, _ ByVal layoutType As HtmlLayoutType _ ) As GdPictureStatus
public GdPictureStatus SaveAsHTML( string FilePath, HtmlLayoutType layoutType )
public function SaveAsHTML( FilePath: String; layoutType: HtmlLayoutType ): GdPictureStatus;
public function SaveAsHTML( FilePath : String, layoutType : HtmlLayoutType ) : GdPictureStatus;
public: GdPictureStatus SaveAsHTML( string* FilePath, HtmlLayoutType layoutType )
public: GdPictureStatus SaveAsHTML( String^ FilePath, HtmlLayoutType layoutType )
Parameters
- FilePath
- The file path where the converted file will be saved. If the specified file already exists, it will be overwritten.
- layoutType
Return Value
A member of the GdPictureStatus enumeration. If processing is successful, then the return value is GdPictureStatus.OK.