←Select platform

Image Property

Summary

The image thumbnail to load.

Syntax

C#
VB
C++
public RasterImage Image { get; set; } 
  
Public Property Image As Leadtools.RasterImage 
public: 
property Leadtools.RasterImage^ Image { 
   Leadtools.RasterImage^ get(); 
   void set (    Leadtools.RasterImage^ ); 
} 

Property Value

An Leadtools.RasterImage object of the item.

Remarks

The RasterThumbnailBrowser object fires the RasterThumbnailBrowser.LoadThumbnail once for each file found. Initially, the Image value of the RasterThumbnailBrowserLoadThumbnailEventArgs event data will be set to a null reference (Nothing in VB). If you decide to manually load the image yourself, you can set the object that you load in the Image property. The RasterThumbnailBrowser object will check if the Image if still a null reference (Nothing in VB), and will only load the image if it is not.

Example

For an example, refer to RasterThumbnailBrowser.LoadThumbnail.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly