Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

EditBox annotation Text Color

More
10 years 1 month ago #10958 by sbettal
Am trying to create text box with transparent border, fill color and with different text color. But the color given for text color not reflecting, its taking default color. I need a quick solution for this. please.
page1.AddAnnotEditbox(rect, 0, 0, 0, 15, 0x80FF0000);
More
10 years 1 month ago - 10 years 1 month ago #10961 by Davide
Hi,
please look at this www.radaeepdf.com/documentation/javadocs...float-int-float-int-

As written :

text_clr - text color, formated as 0xAARRGGBB. AA must same to line_clr AA


So I suggest you to change your line of code to :
Code:
page1.AddAnnotEditbox(rect, 0x80000000, 0, 0, 15, 0x80FF0000);
Last edit: 10 years 1 month ago by Davide.
Time to create page: 0.382 seconds
Powered by Kunena Forum