Leadtools.Controls Namespace > ImageViewerCreateOptions Object : ParentDiv Property |
get_parentDiv();
set_parentDiv(value);
Object.defineProperty('parentDiv');
Type | Description |
---|---|
DivElement | 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.