ImageInfo.BytesPerLine 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
Syntaxpublic int BytesPerLine { get; }
Public ReadOnly Property BytesPerLine As Integer
Get
public:
property int BytesPerLine {
int get ();
}
Property Value
Type:
Int32
Remarks
This property is calculated from the BitsPerPixel and Width properties
aligned to a double word boundary.
See Also