retakes Property

Summary

Gets the list of retakes of the frame.

Syntax

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

Property Value

A collection that contains a list of retakes of the frame.

Remarks

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

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