ImageGear .NET - Updated May 30, 2018
RunGetCharCount Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEText Class : RunGetCharCount Method
Integer value from the range from 0 to RunsCount - 1.
Gets the number of characters in the specified text run.
Syntax
'Declaration
 
Public Function RunGetCharCount( _
   ByVal index As Integer _
) As Integer
 
'Usage
 
Dim instance As ImGearPDEText
Dim index As Integer
Dim value As Integer
 
value = instance.RunGetCharCount(index)

Parameters

index
Integer value from the range from 0 to RunsCount - 1.

Return Value

Integer value.
See Also

Reference

ImGearPDEText Class
ImGearPDEText Members