←Select platform

Codecs Property

Summary

Gets or sets the Leadtools.Codecs.RasterCodecs object used to load the thumbnail images.

Syntax

C#
VB
C++
[BrowsableAttribute(false)] 
public Leadtools.Codecs.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^ ); 
} 

Property Value

A Leadtools.Codecs.RasterCodecs object used to load the thumbnail images. Default value is a null reference (Nothing in VB).

Remarks

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.

Example

For an example, refer to RasterThumbnailBrowser.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize