ImageGear .NET - Updated
BytesPerLine Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecImage Class : BytesPerLine Property
Gets number of bytes per line used by pixel data.
Syntax
'Declaration
 
Public ReadOnly Property BytesPerLine As Integer
'Usage
 
Dim instance As ImGearRecImage
Dim value As Integer
 
value = instance.BytesPerLine
public int BytesPerLine {get;}
public: __property int get_BytesPerLine();
public:
property int BytesPerLine {
   int get();
}

Property Value

Integer value.
Remarks
Number of bytes used to store a single row of the image's pixel data in memory.
See Also

Reference

ImGearRecImage Class
ImGearRecImage Members