Get or sets the HTML Div Element in the HTML page that will act as the parent (container) of the viewer.
Object.defineProperty(ImageViewerCreateOptions.prototype, 'parentDiv',
get: function(),
set: function(value)
)
parentDiv: HTMLDivElement;
The div
in the HTML page that will act as the parent (container) of the viewer. Default value is null.
This property is required and must contain a valid div
in your HTML page.
For an example, refer to ImageViewer.
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