LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

CellHeight Property (PicturizeSingleCommand)






Gets or sets the height of the thumbnail image. .NET support
Syntax
public int CellHeight {get; set;}
'Declaration
 
Public Property CellHeight As Integer
'Usage
 
Dim instance As PicturizeSingleCommand
Dim value As Integer
 
instance.CellHeight = value
 
value = instance.CellHeight
public int CellHeight {get; set;}
 get_CellHeight();
set_CellHeight(value);
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 PicturizeSingleCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PicturizeSingleCommand Class
PicturizeSingleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.