Gets a character from this page by index.
Namespace:
Atalasoft.Pdf.TextExtract
Assembly:
Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public char CharAt(
int index
)
Public Function CharAt (
index As Integer
) As Char
Parameters
- index
- Type: SystemInt32
Zero-based index of the character in terms of this page.
Return Value
Type:
CharThe character at index.
If a character is not encoded in Unicode and it can't be converted to Unicode, the return value will be
zero.
See Also