dataSize Property

Summary

Gets or sets the width and height of the scaled down version of the image.

Syntax

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

Property Value

Value that represents the width and height of the scaled down version of the image.

Remarks

For the real width and height of the image, refer to Width and Height.

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