LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

CellHeight Property (PicturizeListCommand)

Show in webframe







Gets or sets the height of the thumbnail image.
Syntax
public int CellHeight {get; set;}
'Declaration
 
Public Property CellHeight As Integer
'Usage
 
Dim instance As PicturizeListCommand
Dim value As Integer
 
instance.CellHeight = value
 
value = instance.CellHeight
public int CellHeight {get; set;}

            

            
 
get_CellHeight();
set_CellHeight(value);
Object.defineProperty('CellHeight');
public:
property int CellHeight {
   int get();
   void set (    int value);
}

Property Value

Height 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.