Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

RenderState Property

Show in webframe
Gets or sets the states parts of the annotation objects to render.
Syntax
get_renderState();
set_renderState(value);
Object.defineProperty('renderState');

Property Value

TypeDescription
AnnRenderStateOne or more AnnRenderState enumeration members that specifies which state parts of the annotation objects to render. Default value is AnnRenderState.All.
Remarks

Modify RenderState to control which state parts of the annotation objects to render. For example, if this AnnRenderingEngine is being used to render a container on a thumbnail image list, the object's lock and content pictures and any label should not be rendered. This, set the value of RenderState to AnnRenderState.None before calling RenderContainer.

See Also

Reference

AnnRenderingEngine Object
AnnRenderingEngine Members

Error processing SSI file