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

AutomationScrollOffset Property

Show in webframe
Gets the scroll offset being used by the control.
Syntax
get_automationScrollOffset();
Object.defineProperty('automationScrollOffset');

Property Value

TypeDescription
LeadPointDThe scroll offset being used by the control in pixels.
Remarks

The provided implementation returns ImageViewer.ScrollOffset.

This member is called by the automation to obtain the scroll offset. It is then set in the AnnContainerMapper.ScrollOffset value the container(s) being used.

See Also

Reference

IAnnAutomationControl Interface
IAnnAutomationControl Members

Error processing SSI file