ImageGear .NET - Updated July 5, 2018
GetRunForChar Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEText Class : GetRunForChar Method
Index of the character to find in the text object.
Gets the index of the text run that contains the nth character in a text object.
Syntax
'Declaration
 
Public Function GetRunForChar( _
   ByVal characterIndex As Integer _
) As Integer
 
'Usage
 
Dim instance As ImGearPDEText
Dim characterIndex As Integer
Dim value As Integer
 
value = instance.GetRunForChar(characterIndex)

Parameters

characterIndex
Index of the character to find in the text object.

Return Value

Index of the text run with the specified character index in the text object.
See Also

Reference

ImGearPDEText Class
ImGearPDEText Members