Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Column Property








Gets the column offset within the row being resized.
Syntax
public int Column {get;}
'Declaration
 
Public ReadOnly Property Column As Integer
'Usage
 
Dim instance As RasterImageResizeEventArgs
Dim value As Integer
 
value = instance.Column
public int Column {get;}
 get_Column(); 
public:
property int Column {
   int get();
}

Property Value

The column offset within the row being resized. The first column offset is 0, and the last column offset is 1 less than the image Width.
Example
For an example, refer to RasterImageResize.
Requirements

Target Platforms

See Also

Reference

RasterImageResizeEventArgs Class
RasterImageResizeEventArgs Members

Error processing SSI file