ThumbSize Property

Summary

Gets or sets the size of the thumbnail in pixels.

Syntax
C#
VB
C++
public Size ThumbSize { get; set; } 
  
Public Property ThumbSize As Size 
public: 
property Size ThumbSize { 
   Size get(); 
   void set (    Size ); 
} 

Property Value

The size of the thumbnail in pixels.

Remarks

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

Example

Refer to Add(String,Int32,Int32)

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly