←Select platform

CellWidth Property

Summary

Gets or sets the width of the thumbnail image.

Syntax
C#
VB
C++
public int CellWidth { get; set; } 
Public Property CellWidth As Integer 
public: 
property int CellWidth { 
   int get(); 
   void set (    int ); 
} 

Property Value

Width of the thumbnail image. This property only accepts positive values.

Example

Refer to PicturizeSingleCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Effects Assembly