Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Row Property
See Also 
Leadtools.Codecs Namespace > CodecsSaveImageEventArgs Class : Row Property



Gets the current image row number of the first line in Buffer.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Row As Integer
Visual Basic (Usage)Copy Code
Dim instance As CodecsSaveImageEventArgs
Dim value As Integer
 
value = instance.Row
C# 
public int Row {get;}
C++/CLI 
public:
property int Row {
   int get();
}

Return Value

The current image row number of the first line in Buffer.

Example

For an example, refer to RasterCodecs.SaveImage.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also