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

Leadtools.ImageProcessing.Effects Assembly