The RasterCodecs instance used to load raster images and SVG documents.
public virtual RasterCodecs RasterCodecsInstance { get; set; }
public:
virtual property RasterCodecs^ RasterCodecsInstance
{
RasterCodecs^ get()
void set(RasterCodecs^ value)
}
The RasterCodecs instance used to load raster images and SVG documents.
The viewer supports loading raster images and SVG documents automatically through a variety of methods. These methods require a RasterCodecs instance to use for getting information on the images, loading as well as setting the various extra options. When any of these methods are called, the viewer will the instance stored in RasterCodecsInstance to perform the load.
The viewer creates an instance and sets it in RasterCodecsInstance upon initilization. You can change the options of this instance directly using RasterCodecsInstance or you can replace it with a completely new object. The viewer will not dispose the instance if it was set by the user when the viewer itself is disposed.
The following members use RasterCodecsInstance:
ImageViewerItem.Url is set
ImageViewer.ImageUrl is set
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