DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / ToByteArray Method / ToByteArray(Int32) Method
Returns the stride (bytes per row) of the image.

In This Topic
ToByteArray(Int32) Method
In This Topic
Stores the image buffer to a byte array with the same stride (bytes per row).
Syntax
'Declaration
 
Public Overloads Function ToByteArray( _
   ByRef stride As System.Integer _
) As System.Byte()
 

Parameters

stride
Returns the stride (bytes per row) of the image.
See Also