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

Show in webframe

Row Property (CodecsSaveImageEventArgs)








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 CodecsSaveImageEventArgs
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.SaveImage.
Requirements

Target Platforms

See Also

Reference

CodecsSaveImageEventArgs Class
CodecsSaveImageEventArgs Members

Error processing SSI file