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

ScrollOffset Property

Show in webframe
Gets or sets the current scroll offset for this AnnContainerMapper.
Syntax
get_scrollOffset();
set_scrollOffset(value);
Object.defineProperty('scrollOffset');

Property Value

TypeDescription
LeadPointDThe current scroll offset for this AnnContainerMapper, in pixels. The default value is 0,0.
Remarks

In typical applications, you set this value to the current scroll offset of the container control if any. For example, when using automation mode with the LEADTOOLS Image Viewer, this value is set to the scroll offset of the viewer by the automation object.

See Also

Reference

AnnContainerMapper Object
AnnContainerMapper Members

Error processing SSI file