Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.ImageProcessing.Effects Namespace > PicturizeSingleCommand Class : ThumbImage Property |
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;}
<br/>get_ThumbImage();<br/>set_ThumbImage(value);<br/>Object.defineProperty('ThumbImage');
public: property RasterImage^ ThumbImage { RasterImage^ get(); void set ( RasterImage^ value); }