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

Show in webframe

StartColumn Property (LineRemoveCommandEventArgs)








Gets the starting column of the line. The columns are zero-based.
Syntax
public int StartColumn {get;}
'Declaration
 
Public ReadOnly Property StartColumn As Integer
'Usage
 
Dim instance As LineRemoveCommandEventArgs
Dim value As Integer
 
value = instance.StartColumn
public int StartColumn {get;}
@property (nonatomic, assign, readonly) NSInteger startColumn
public int getStartColumn()
 get_StartColumn(); 
public:
property int StartColumn {
   int get();
}

Property Value

The starting column of the line. The columns are zero-based.
Example
Refer to LineRemoveCommand.
Requirements

Target Platforms

See Also

Reference

LineRemoveCommandEventArgs Class
LineRemoveCommandEventArgs Members

Error processing SSI file