Creates a copy of this ImageViewerElementsModeCreateOptions instance while optionally prefixing all class names.
ImageViewerElementsModeCreateOptions.prototype.clone = function(
prefixed
)
clone(
prefixed: boolean
): ImageViewerElementsModeCreateOptions;
prefixed
true to prefix all class names, false otherwise.
A new instance of ImageViewerElementsModeCreateOptions.
When the value of prefixed is false, then this method will return an exact copy of this ImageViewerElementsModeCreateOptions object.
When the value is true, then this method will apply the class name prefix to all the members for the class. For example, if the value of ClassPrefix is "lt" while the value of ViewElementClass is "view" and the value of ItemElementClass is "item" and so on, then this method will create a new object with the values of ViewElementClass set to "lt-view", the value of ItemElementClass set to "lt-item" and so on.
ImageViewerElementsModeCreateOptions Class
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