Table of Contents

Property scriptCommand

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

scriptCommand

Returns the ScriptCommands object for selected document control.

public ScriptCommands scriptCommand { get; }

Property Value

ScriptCommands

Remarks

Before call any method of this property make sure that a document is selected SelectDocument(string, bool, SelectDocumentFinishedDelegate) When a new document selected by SelectDocument(string, bool, SelectDocumentFinishedDelegate) the scriptCommand will reference to a new empty ScriptCommands object