←Select platform

ThumbImage Property

Summary

Gets or sets a RasterImage object that references the image used to create the thumbnail.

Syntax

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

Property Value

RasterImage object that references the image used to create the thumbnail.

Example

Refer to PicturizeSingleCommand.

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.ImageProcessing.Effects Assembly