Gets the number of bytes per line (stride) of this page.
Syntax
| Visual Basic (Declaration) | |
|---|
Overridable ReadOnly Property BytesPerLine As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As IOcrPage
Dim value As Integer
value = instance.BytesPerLine
|
| C# | |
|---|
virtual int BytesPerLine {get;} |
| C++/CLI | |
|---|
virtual property int BytesPerLine {
int get();
} |
Return Value
The number of bytes per line (stride) of this page.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also