%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
LoadFromFile Method
See Also 
vdWebLibrary Namespace > vdNotes Class : LoadFromFile Method
filename
onfinish
keepExisting
async
reload

Syntax

JScript 
public function LoadFromFile( 
   filename : String,
   onfinish : Object,
   keepExisting : boolean,
   async : boolean,
   reload : boolean
);

Parameters

filename
onfinish
keepExisting
async
reload

See Also