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

AutomationTransform Property

Show in webframe
Gets the matrix object that represents the current transformation for the annotations objects.
Syntax
get_automationTransform();
Object.defineProperty('automationTransform');

Property Value

TypeDescription
LeadMatrixThe matrix object that represents the current transformation for the annotations objects.
Remarks

The provided implementation returns ImageViewer.GetImageTransformWithDpi(false) when single container mode is used.

When using multiple-containers mode, each container might have a different transformation matrix. Therefore the default implementation uses AutomationContainerIndex to obtain the value for the requested container. When using an ImageViewer control, this translates into the ImageViewer.GetItemImageTransformWithDpi of the item at index AutomationContainerIndex in ImageViewer.Items.

See Also

Reference

IAnnAutomationControl Interface
IAnnAutomationControl Members

Error processing SSI file