TextRangeGetTextAfter Method |
Get the Unicode string content immediately after the text range.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetTextAfter(
int count
)
Public Function GetTextAfter (
count As Integer
) As String
public:
virtual String^ GetTextAfter(
[InAttribute] int count
) sealed
function GetTextAfter(count);
Parameters
- count
- Type: SystemInt32
the number of characters to retrieve after the text range
Return Value
Type:
String the text after the range
See Also