Visual Basic (Declaration) | |
---|---|
<BrowsableAttribute(False)> Public Property Codecs As RasterCodecs |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[BrowsableAttribute(false)] public RasterCodecs Codecs {get; set;} |
C++/CLI | |
---|---|
[BrowsableAttribute(false)] public: property RasterCodecs Codecs { RasterCodecs get(); void set (RasterCodecs value); } |
Return Value
A RasterCodecs object used to load the thumbnail images. Default value is a null reference (Nothing in Visual Basic).For an example, refer to RasterThumbnailBrowser.
The RasterThumbnailBrowser control automatically loads and creates thumbnails for the images found
on the disk folder when the RasterThumbnailBrowser.LoadThumbnails(String,String,RasterThumbnailBrowserLoadFlags) method is called. You need to set the Codecs
property with an instance of the RasterCodecs class to be used to load these images. You can
re-use the RasterCodecs object that you are using in your main application.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family