Gets or sets the Leadtools.Codecs.RasterCodecs object used to load the thumbnail images.
public RasterCodecs Codecs { get; set; } <BrowsableAttribute(False)>Public Property Codecs As Leadtools.Codecs.RasterCodecs
[BrowsableAttribute(false)]public:property Leadtools.Codecs.RasterCodecs^ Codecs {Leadtools.Codecs.RasterCodecs^ get();void set ( Leadtools.Codecs.RasterCodecs^ );}
A Leadtools.Codecs.RasterCodecs object used to load the thumbnail images. Default value is a null reference (Nothing in VB).
The RasterThumbnailBrowser control automatically loads and creates thumbnails for the images found on the disk folder when the LoadThumbnails(string,string,rasterthumbnailbrowserloadflags) method is called. You need to set the Codecs property with an instance of the Leadtools.Codecs.RasterCodecs class to be used to load these images. You can re-use the Leadtools.Codecs.RasterCodecs object that you are using in your main application.
For an example, refer to RasterThumbnailBrowser.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
