Gets or sets the size of the background image, which will be used until the tiles which represents the full resolution are downloaded.
Object.defineProperty(Frame.prototype, 'backgroundSize',
get: function(),
set: function(value)
)
backgroundSize: LeadSizeD;
LeadSizeD that represents the size of the background image, which will be used until the tiles which represents the full resolution are downloaded.
This is used with the MRTI. The MRTI is a technique that is used to allow the user to render a very large image without downloading too much data.
If you do not want the MRTI to be used, you can set the background size to match the fill image size, therefore, the whole image will be downloaded and no tiles will be used.
To get the image on a canvas, refer to GetPreviewCanvas.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document