EditableDocumentSave Method (String) |
Saves this HTML document to the file on specified path, where HTML markup will be stored, and to the accompanying folder with resources.
Namespace: GroupDocs.EditorAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 20.12.0.0
Syntaxpublic void Save(
string htmlFilePath
)
Public Sub Save (
htmlFilePath As String
)
public:
void Save(
String^ htmlFilePath
)
member Save :
htmlFilePath : string -> unit
Parameters
- htmlFilePath
- Type: SystemString
Full path to the file, where HTML markup will be stored. File will be created or overwritten, if exists.
Accompanying resource folder will be created in the same folder, where HTML file exist.
See Also