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
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