Resolution of the item in dots per inch (DPI).
Object.defineProperty(ImageViewerItem.prototype, 'resolution',
get: function(),
set: function(value)
)
resolution: LeadSizeD;
The resolution (in dots per inch) of the original image data if accounting for the logical size of the image when displayed is desired. Default value is 0,0.
This value is important when UseDpi is used. A value of 0 means use the current screen resolution. This is the same value set in ScreenDpi.
For more information, refer to Image Viewer Items.
var pagesSizes = [lt.LeadSizeD.create(200, 100), lt.LeadSizeD.create(100, 200), lt.LeadSizeD.create(200, 200)];
var imageSize = lt.LeadSizeD.create(200, 200);
var resolution = lt.LeadSizeD.create(96, 96);
this._imageViewer.beginTransform();
for (var itemIndex = 0; itemIndex < pagesSizes.length; itemIndex++) {
var item = new lt.Controls.ImageViewerItem();
item.text = "Item" + itemIndex.toString();
item.size = pagesSizes[itemIndex];
item.imageSize = imageSize;
item.resolution = resolution;
item.tag = itemIndex + 1; // save page number in Tag
this._imageViewer.items.add(item);
}
this._imageViewer.endTransform();
Products |
Support |
Feedback: resolution 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.