DocxDocument.SaveAs Method

QsInformatica.Utils

DocxDocumentSaveAs Method

Save the document as...

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public void SaveAs(
	string docxfilepath
)
Public Sub SaveAs ( 
	docxfilepath As String
)
public:
void SaveAs(
	String^ docxfilepath
)
member SaveAs : 
        docxfilepath : string -> unit 

Parameters

docxfilepath
Type: SystemString
The docxfilepath.
Exceptions
ExceptionCondition
Exception
ExceptionUnable to save file
See Also