Click or drag to resize

AtalaImageRowStride Property

Get the number of bytes in each row of this AtalaImage.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int RowStride { get; }

Property Value

Type: Int32
The number of bytes in each row of this image.

Return Value

Type: Int32
The number of bytes in each row of this AtalaImage.
Remarks
DIB images, which AtalaImage is based on, require the image data to be 32-bit aligned. If the width is not divisible by 4 bytes, then padding will be added to the width. This property returns the width including pixel data and padding.
See Also