extractCharacters

fun extractCharacters(pageIndex: Int, startIndex: Int, length: Int): String?

Extract unicode text string from the page.

Return

Number of characters written into the result buffer, including the trailing terminator.

Parameters

pageIndex

index of page.

startIndex

Index for the start characters.

length

Number of characters to be extracted.