ImageGear .NET v25.0 - Updated
RunGetCharOffset Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEText Class : RunGetCharOffset Method
Integer value from the range from 0 to RunsCount - 1.
Gets the character offset of the first character of the specified text run.
Syntax
'Declaration
 
Public Function RunGetCharOffset( _
   ByVal index As Integer _
) As Integer
'Usage
 
Dim instance As ImGearPDEText
Dim index As Integer
Dim value As Integer
 
value = instance.RunGetCharOffset(index)
public int RunGetCharOffset( 
   int index
)
public: int RunGetCharOffset( 
   int index
) 
public:
int RunGetCharOffset( 
   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