ImageGear .NET - Updated October 26, 2017
SplitRunAt Method




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEText Class : SplitRunAt Method
Split location, relative to the text object. The first text run is from character index 0 up to splitLoc. The second text run is from SplitLoc + 1 to the end of the run.
Splits a text run into two text runs.
Syntax
'Declaration
 
Public Sub SplitRunAt( _
   ByVal splitLocation As Integer _
) 
 
'Usage
 
Dim instance As ImGearPDEText
Dim splitLocation As Integer
 
instance.SplitRunAt(splitLocation)

Parameters

splitLocation
Split location, relative to the text object. The first text run is from character index 0 up to splitLoc. The second text run is from SplitLoc + 1 to the end of the run.
See Also

Reference

ImGearPDEText Class
ImGearPDEText Members