←Select platform

RasterCodecsInstance Property

Summary

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

Syntax
C#
VB
C++
public virtual RasterCodecs RasterCodecsInstance { get; set; } 
Public Overridable Property RasterCodecsInstance() As RasterCodecs 
   Get 
   Set 
public:  
   virtual property RasterCodecs^ RasterCodecsInstance 
   { 
      RasterCodecs^ get() 
      void set(RasterCodecs^ value) 
   } 

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

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly