| 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;} | |
Property Value
The size of the thumbnail in pixels.Refer to WebThumbnailViewer.Add
The thumbnail image will be resized to fit the width or height of the ThumbSize.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code