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