Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

CellWidth Property (PicturizeSingleCommand)








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

Property Value

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

Target Platforms

See Also

Reference

PicturizeSingleCommand Class
PicturizeSingleCommand Members

Error processing SSI file