automationScrollOffset Property

Summary

Gets the scroll offset being used by the control.

Syntax

JavaScript Syntax
Object.defineProperty(IAnnAutomationControl.prototype, 'automationScrollOffset', 
	get: function() 
) 
TypeScript Syntax
automationScrollOffset: LeadPointD; // read-only 

Property Value

The 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly