Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

Row Property (CodecsLoadImageEventArgs)








Gets the current image row number of the first line in Buffer.
Syntax
public int Row {get;}
'Declaration
 
Public ReadOnly Property Row As Integer
'Usage
 
Dim instance As CodecsLoadImageEventArgs
Dim value As Integer
 
value = instance.Row
public int Row {get;}
@property (nonatomic, assign, readonly) NSUInteger row
public int getRow()
 get_Row(); 
public:
property int Row {
   int get();
}

Property Value

The current image row number of the first line in Buffer.
Example
For an example, refer to RasterCodecs.LoadImage.
Requirements

Target Platforms

See Also

Reference

CodecsLoadImageEventArgs Class
CodecsLoadImageEventArgs Members

Error processing SSI file