Click or drag to resize

ImageInfoBytesPerLine Property

This property returns the number of bytes per line in the image.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public int BytesPerLine { get; }

Property Value

Type: Int32
Remarks

This property is calculated from the BitsPerPixel and Width properties aligned to a double word boundary.

See Also