Saves the current document.
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool Save() |
Visual Basic |
---|
Public Function Save As Boolean |
JScript |
---|
public final function Save() : boolean |
Return Value
True if the save operation was successful, false otherwise.Implements
IGwxControlSave()()()()Remarks
If the document has never been saved, the "Save As" dialog will be shown,
otherwise the document will be saved to it's current URI.
The save operation is synchronous.