extractCharacter

fun extractCharacter(pageIndex: Int, index: Int): Char

Get Unicode of a character in a page.

Return

The Unicode of the particular character. If a character is not encoded in Unicode, the return value will be zero.

Parameters

pageIndex

index of page.

index

Zero-based index of the character.