←Select platform

BytesPerLine Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int BytesPerLine { get; } 
ReadOnly Property BytesPerLine As Integer 
int BytesPerLine {get;} 
@property (nonatomic, assign, readonly) NSUInteger bytesPerLine 
public int getBytesPerLine() 
get_BytesPerLine();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly