Control size.
Object.defineProperty(ImageViewer.prototype, 'controlSize',
get: function()
)
controlSize: LeadSizeD; // read-only
The control size.
The viewer hooks to standard HTML Window "sizechanged" or "orientationchange" events depending on the browser being used. This will allow the viewer to
recalculate the transformation matrix and cause a render if the size of the control (container div
) changes. If however, the size of the control is changed
programmatically or due to CSS rules that do not fire "sizechanged" or "orientationchange", then the control will not be updated. You must call
OnSizeChanged to trigger the control to update its transformation.
The control size is stored in ControlSize.
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