Size of the item.
Object.defineProperty(ImageViewerItem.prototype, 'size',
get: function(),
set: function(value)
)
size: LeadSizeD;
The size of the whole item, including any margins, borders and padding. Default value is 0,0.
For more information, refer to Image Viewer Items.
var sizes = [
lt.LeadSizeD.create(200, 100),
lt.LeadSizeD.create(100, 200),
lt.LeadSizeD.create(200, 100),
lt.LeadSizeD.create(200, 100),
lt.LeadSizeD.create(100, 200),
lt.LeadSizeD.create(200, 100),
lt.LeadSizeD.create(200, 100),
lt.LeadSizeD.create(200, 100),
lt.LeadSizeD.create(200, 100),
lt.LeadSizeD.create(200, 100),
lt.LeadSizeD.create(200, 100)
];
var itemIndex = 0;
this._imageViewer.beginTransform();
for (var i = 0; i < sizes.length; i++) {
var size = sizes[i];
var canvas = document.createElement("canvas");
canvas.width = size.width;
canvas.height = size.height;
var ctx = canvas.getContext("2d");
ctx.fillStyle = "white";
ctx.fillRect(0, 0, size.width, size.height);
var image = document.createElement("img");
image.src = canvas.toDataURL("image/png");
var item = new lt.Controls.ImageViewerItem();
item.size = lt.LeadSizeD.create(image.width, image.height); item.text = "Item" + itemIndex.toString();
item.image = image;
this._imageViewer.items.add(item);
itemIndex++;
}
this._imageViewer.endTransform();
Products |
Support |
Feedback: size Property (ImageViewerItem) - Leadtools.Controls |
Introduction |
Help Version 19.0.2017.3.21
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.