DynaPDF Manual - Page 251

Previous Page 250   Index   Next Page 252

Function Reference
Page 251 of 874
that ot does not cross or touch the callout line. This makes it difficult to place the annotation to a
specific position.
However, no such restriction exists in DynaPDF but keep in mind that Adobes Acrobat or Reader
update the appearance if the annotation would be changed, e.g. changing the text.
Return values:
If the function succeeds the return value is 1. If the function fails the return value is 0.
ConvToUnicode
Syntax:
UI16* pdfConvToUnicode(
const PPDF* IPDF,
// Instance pointer
const char* AString, // Null-terminated string
TCodepage CP)
// Used base encoding
typedef enum
{
cp1250,
// Eastern European
cp1251,
// Cyrillic
cp1252,
// Latin 1 Western European
cp1253,
// Greek
cp1254,
// Turkish
cp1255,
// Hebrew
cp1256,
// Arabic
cp1257,
// Baltic
cp1258,
// Vietnamese
cp8859_2,
// Latin 2 Central Europe
cp8859_3,
// Latin 3 Maltese
cp8859_4,
// Baltic
cp8859_5,
// Cyrillic
cp8859_6,
// Arabic
cp8859_7,
// Greek
cp8859_8,
// Hebrew
cp8859_9,
// Latin 5 Turkish
cp8859_10,
// Latin 6 Nordic Area
cp8859_13,
// Latin 7 Baltic Rim
cp8859_14,
// Latin 8 Celtic
cp8859_15,
// Latin 9 French
cp8859_16,
// Latin 10 Hungarian
cpSymbol,
// Symbol
cp437,
// DOS USA
cp737,
// DOS Greek
cp775,
// DOS Baltic Rim
cp850,
// DOS Multilingual
cp852,
// DOS Slavic
cp855,
// DOS Cyrillic
cp857,
// DOS Turkish
 

Previous topic: ConvToFreeTextCallout

Next topic: CopyChoiceValues