Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

ElementsModeOptions Property

Show in webframe
Elements mode-specific settings to use when creating an ImageViewer.
Syntax
get_elementsModeOptions();
set_elementsModeOptions(value);
Object.defineProperty('elementsModeOptions');

Property Value

TypeDescription
ImageViewerElementsModeCreateOptionsThe Elements Mode-specific settings to use when creating an ImageViewer. Default value is null.
Remarks

ElementsModeOptions is used only if the value of UseElements was set to true. A valud of ElementsModeOptions set to null means to use the default CSS prefix and class names when creating the elements of the image viewer.

For more information refer to Image Viewer Elements Mode.

See Also

Reference

ImageViewerCreateOptions Object
ImageViewerCreateOptions Members

Error processing SSI file