%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SaveDocument Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SaveDocument Method
Save the active document object GetDocument to a data steam

Syntax

JScript 
public function SaveDocument();

Remarks

The function is running asynchronously, vdAfterSaveDocument is fired when the save finished. Also the vdprogress is fired to display the progress

See Also