 | PdfTextGetCharacter Method |
Get Unicode of a character in a page
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic char GetCharacter(
int index
)
Public Function GetCharacter (
index As Integer
) As Char
public:
wchar_t GetCharacter(
int index
)
member GetCharacter :
index : int -> char public char GetCharacter(
int index
)
function GetCharacter(index);
Parameters
- index Int32
- Zero-based index of the character
Return Value
CharThe the particular character. If a character is not encoded in Unicode and engine can't convert to Unicode,
the return value will be zero character (\0).
See Also