LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Row Property (CodecsSaveImageEventArgs)

Show in webframe







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, readonly, assign) unsigned int 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.