←Select platform

BytesPerLine Property

Summary

Gets the number of bytes per line (stride) of this page.

Syntax
C#
VB
Objective-C
C++
Java
public int BytesPerLine { get; } 
ReadOnly Property BytesPerLine As Integer 
@property (nonatomic, assign, readonly) NSUInteger bytesPerLine 
public int getBytesPerLine() 
property int BytesPerLine { 
   int get(); 
} 

Property Value

The number of bytes per line (stride) of this page.

Example

For an example, refer to IOcrPage.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly