userData Property

Summary

Gets or sets the user-defined data for this AnnAutomationObject.

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomationObject.prototype, 'userData', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
userData: any; 

Property Value

The user-defined data for this AnnAutomationObject. The default value is null.

Remarks

The automation will not use the value of this property. However, helper classes in the demo can assign a context menu or a toolbar button image in this property.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly