VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Spelling.UI Namespace / WordPosition Structure / WordPosition Constructor(Int32,String)
Syntax Exceptions Requirements SeeAlso
In This Topic
WordPosition Constructor(Int32,String)
In This Topic
Initializes a new instance of the WordPosition structure.
Syntax
'Declaration

Public Function New( _
ByVal startWordIndex
Start index of the word.
As System.Int32, _
ByVal word
The word.
As System.String _
)
public WordPosition(
System.Int32 startWordIndex,
System.String word
)

Parameters

startWordIndex
Start index of the word.
word
The word.
Exceptions
ExceptionDescription
Thrown if startWordIndex is less than zero.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also