LEADTOOLS JavaScript (Leadtools.Annotations.Core)

Stateless Property

Show in webframe
Gets a value that indicates whether this rendering engine is stateless.
Syntax
get_stateless();
Object.defineProperty('stateless');

Property Value

TypeDescription
booleantrue if this rendering engine is stateless; otherwise, false. The default value is false.
Remarks

Some rendering engines can have a state, meaning that each annotation object is associated with a state (or an element) such as SVG or XAML.

If the engine supports state, then the engine will call IAnnObjectRenderer.AddObject and IAnnObjectRenderer.RemoveObject as well as IAnnObjectRenderer.Render to allow the object renderer to create a state (or element) for an object.

See Also

Reference

AnnRenderingEngine Object
AnnRenderingEngine Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.