ImageGear .NET
BytesPerLine Property




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

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

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback