←Select platform

Thumbnail Property

Summary

Gets an Leadtools.RasterImage filled with the loaded thumbnail image if GenerateThumbnail is true.

Syntax

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

Property Value

The Leadtools.RasterImage filled with the loaded thumbnail image if GenerateThumbnail is true.

Example

Refer to RasterOpenDialog example.

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.CommonDialogs.File Assembly