LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

CellWidth Property (PicturizeListCommand)

LEADTOOLS SDK Help  |  







Gets or sets the width of the thumbnail image.
Syntax
public int CellWidth {get; set;}
public int CellWidth {get; set;}
 
get_CellWidth();
set_CellWidth(value);
Object.defineProperty('CellWidth');
public:
property int CellWidth {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property CellWidth As Integer
 
'Usage
 
Dim instance As PicturizeListCommand
Dim value As Integer
 
instance.CellWidth = value
 
value = instance.CellWidth

Property Value

Width of the thumbnail image. This property only accepts positive values.
Example
Refer to PicturizeListCommand.
Requirements

Target Platforms

See Also

Reference

PicturizeListCommand Class
PicturizeListCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.