Click or drag to resize

PdfTextPageCharAt Method

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
)

Parameters

index
Type: SystemInt32
Zero-based index of the character in terms of this page.

Return Value

Type: Char

The 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