←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Web Assembly