LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

Codecs Property






Gets or sets the Leadtools.Codecs.RasterCodecs object used to load the thumbnail images.
Syntax
[BrowsableAttribute(false)]
public RasterCodecs Codecs {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
Public Property Codecs As RasterCodecs
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim value As RasterCodecs
 
instance.Codecs = value
 
value = instance.Codecs
[BrowsableAttribute(false)]
public RasterCodecs Codecs {get; set;}
BrowsableAttribute()
 get_Codecs();
set_Codecs(value);
[BrowsableAttribute(false)]
public:
property RasterCodecs^ Codecs {
   RasterCodecs^ get();
   void set (    RasterCodecs^ value);
}

Property Value

A Leadtools.Codecs.RasterCodecs object used to load the thumbnail images. Default value is a null reference (Nothing in Visual Basic).
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.