Table of Contents

Class MergeDocumentEventArgs

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

Contains all the arguments of a MergeDocument(string, MergeDocumentFinshedDelegate, int, string) passed finishCallback callback.

public class MergeDocumentEventArgs
Inheritance
MergeDocumentEventArgs
Inherited Members

Remarks

Instances of this class are provided to the callback passed to MergeDocument(string, MergeDocumentFinshedDelegate, int, string) and hold information about the canvas that requested the merge, the merged document object and the flags that were used during the merge operation.

Properties

mergeFlags

Gets the flags that control how the merge was performed.

mergedoc

Gets the document object that was merged into the destination document.

vdcanvas

Gets the vdrawObj instance that invoked MergeDocument(string, MergeDocumentFinshedDelegate, int, string).