Error processing SSI file
(Leadtools.Controls)

Show in webframe

RasterCodecsInstance Property




The RasterCodecs instance used to load raster images and SVG documents.
Syntax
public virtual RasterCodecs RasterCodecsInstance {get; set;}
'Declaration
 
Public Overridable Property RasterCodecsInstance As RasterCodecs

Property Value

The RasterCodecs instance used to load raster images and SVG documents.
Remarks

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:

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file