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

Render Method (AnnRenderingEngine)

Show in webframe
The destination clip rectangle LeadRectD in container coordinates. The engine will only render into this area. Pass LeadRectD.Empty to not use a clip rectangle.
true We are working on run mode; otherwise, false.
Renders the AnnContainer associated with this AnnRenderingEngine using the specified clip rectangle.
Syntax
 function Leadtools.Annotations.Core.AnnRenderingEngine.render( 
   clipRect ,
   runMode 
)

Parameters

ParameterTypeDescription
clipRectLeadRectDThe destination clip rectangle LeadRectD in container coordinates. The engine will only render into this area. Pass LeadRectD.Empty to not use a clip rectangle.
runModebooltrue We are working on run mode; otherwise, false.
Remarks

This method uses the mapper in Container to calculate the destination rectangle and any other transform to be applied.

See Also

Reference

AnnRenderingEngine Object
AnnRenderingEngine Members

Error processing SSI file