retakeIndex Property

Summary

Gets or sets the retake index of the frame.

Syntax

JavaScript Syntax
Object.defineProperty(Frame.prototype, 'retakeIndex', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
retakeIndex: number; 

Property Value

The retake index of the frame.

Remarks

Each frame can have multiple images inside it. Each one has an index. To switch between the frames, change this value.

To get a list of retakes, refer to Retakes.

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.Controls.Medical Assembly