 | PdfTextGetTextInfo Method |
Extract text information structure from the page
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfTextInfo GetTextInfo(
int index,
int count
)
Public Function GetTextInfo (
index As Integer,
count As Integer
) As PdfTextInfo
public:
PdfTextInfo^ GetTextInfo(
int index,
int count
)
member GetTextInfo :
index : int *
count : int -> PdfTextInfo public PdfTextInfo GetTextInfo(
int index,
int count
)
function GetTextInfo(index, count);
Parameters
- index Int32
- Index for the start characters
- count Int32
- Number of characters to be extracted
Return Value
PdfTextInfoThe instane of
PdfText class that represent text information of the current page
RemarksThis function ignores characters without unicode information
See Also