 | PdfTextGetText Method |
Extract text string from the page
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic string GetText(
int index,
int count
)
Public Function GetText (
index As Integer,
count As Integer
) As String
public:
String^ GetText(
int index,
int count
)
member GetText :
index : int *
count : int -> string public String GetText(
int index,
int count
)
function GetText(index, count);
Parameters
- index Int32
- Index for the start characters
- count Int32
- Number of characters to be extracted
Return Value
StringText string from the page
RemarksThis function ignores characters without unicode information
See Also