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;} |
JavaScript | |
---|
getThumbSize(): Leadtools.Topics.ltwfSize ;
setThumbSize(value: Leadtools.Topics.ltwfSize ); |
Return Value
The size of the thumbnail in pixels.
Example
Remarks
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