Leadtools.Web Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ThumbSize Property
See Also 
Leadtools.Web.Controls Namespace > WebThumbnailViewer Class : ThumbSize Property




Gets or sets the size of the thumbnail in pixels.

Syntax

Visual Basic (Declaration) 
Public Property ThumbSize As Size
Visual Basic (Usage)Copy Code
Dim instance As WebThumbnailViewer
Dim value As Size
 
instance.ThumbSize = value
 
value = instance.ThumbSize
C# 
public Size ThumbSize {get; set;}
C++/CLI 
public:
property Size ThumbSize {
   Size get();
   void set (Size value);
}
JavaScript 
getThumbSize(): Leadtools.Topics.ltwfSize ;
setThumbSize(value: Leadtools.Topics.ltwfSize );

Return Value

The size of the thumbnail in pixels.

Example

Remarks

The thumbnail image will be resized to fit the width or height of the ThumbSize.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also