LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

ThumbImage Property






Gets or sets an RasterImage object that references the image used to create the thumbnail. .NET support
Syntax
public RasterImage ThumbImage {get; set;}
'Declaration
 
Public Property ThumbImage As RasterImage
'Usage
 
Dim instance As PicturizeSingleCommand
Dim value As RasterImage
 
instance.ThumbImage = value
 
value = instance.ThumbImage
public RasterImage ThumbImage {get; set;}
 get_ThumbImage();
set_ThumbImage(value);
public:
property RasterImage^ ThumbImage {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

RasterImage object that references the image used to create the thumbnail.
Example
Refer to PicturizeSingleCommand.
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

PicturizeSingleCommand Class
PicturizeSingleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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