resources Property

Summary

Gets or sets the annotations resources used by all the containers used with this automation manager.

Syntax

JavaScript Syntax
Object.defineProperty(AnnAutomationManager.prototype, 'resources', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
resources: AnnResources; 

Property Value

The annotations resources used by all the containers used with this automation manager. The default value is null.

Remarks

The annotations resources are images and rubber stamps used through the toolkit. Typically, you create one global AnnResources object and assign it to Resources to be used by all the containers and rendering engine in this automation manager.

AnnAutomationManager will automatically update the value of RenderingEngine.Resources when a new value is set.

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