ImageGear .NET v25.0 - Updated
RunGetCharCount Method




ImageGear.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)
public int RunGetCharCount( 
   int index
)
public: int RunGetCharCount( 
   int index
) 
public:
int RunGetCharCount( 
   int index
) 

Parameters

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

Return Value

Integer value.
See Also

Reference

ImGearPDEText Class
ImGearPDEText Members