LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

ThumbImage Property

Show in webframe







Gets or sets an RasterImage object that references the image used to create the thumbnail.
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);
Object.defineProperty('ThumbImage');
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

See Also

Reference

PicturizeSingleCommand Class
PicturizeSingleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.