logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Guest  
#1 Posted : Tuesday, March 27, 2018 12:39:02 PM(UTC)
Guest

Rank: Guest

Groups: Guests
Joined: 1/5/2016(UTC)
Posts: 163

Was thanked: 5 time(s) in 5 post(s)
If I execute the following code:

Code:

PdfTextObject pdfTextObject = PdfTextObject.Create();
pdfTextObject.TextAnsi = "…"; // Ansi code 133, 'Horizontal ellipsis'



...then the TextAnsi property of pdfTextObject will contain an ampersand character (&) instead. The same also happens if I use the TextAscii or TextUnicode properties. Is this a bug? Is there a workaround for this character?

Thanks.

Edited by user Tuesday, March 27, 2018 12:40:56 PM(UTC)  | Reason: code 133, not 33

Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.