Render any optional place holder before the image data is obtained.
abstract void RenderItemPlaceholder(ImageViewerRenderEventArgs e)
MustOverride Sub RenderItemPlaceholder(ByVal e As ImageViewerRenderEventArgs)
virtual void RenderItemPlaceholder(ImageViewerRenderEventArgs^ e) abstract
e
Render event arguments to use.
This method is called while an item is being loaded and the image data has not been obtained yet.
Derived classes can render a visual hint to the user to indicate that the item is being loaded.
You should encapsulate the code inside this method with a try/catch and handle the error correctly. This method will not automatically fire the ItemError event.
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
