- Posts: 2
- Thank you received: 0
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
How i can change the note icon and line color
10 years 1 month ago #11004
by ibrdis
How i can change the note icon and line color was created by ibrdis
How i can change the note icon, circle view, rectangle view and line color ?
10 years 1 month ago #11006
by Davide
Replied by Davide on topic How i can change the note icon and line color
Hi,
you will find the resources in the ViewLib module..
PDFSample\ViewLib\src\main\res\drawable
you will find the resources in the ViewLib module..
PDFSample\ViewLib\src\main\res\drawable
10 years 1 month ago - 10 years 1 month ago #11007
by ibrdis
Replied by ibrdis on topic How i can change the note icon and line color
Hi,
No i mean the note(the yellow icon), rectangle(blue rectangle with red border) and oval(the blue circle with red border) itself that we draw on the PDF view.
How i can change those ?
No i mean the note(the yellow icon), rectangle(blue rectangle with red border) and oval(the blue circle with red border) itself that we draw on the PDF view.
How i can change those ?
Last edit: 10 years 1 month ago by ibrdis. Reason: Adding the img
10 years 1 month ago #11014
by Davide
Replied by Davide on topic How i can change the note icon and line color
Hi,
you can edit the note icon using one of the following methods :
For more info :
www.radaeepdf.com/documentation/javadocs...aee.pdf.PageContent-
For more info :
www.radaeepdf.com/documentation/javadocs...on.html#SetIcon-int-
You can edit oval and rect using :
For more info :
www.radaeepdf.com/documentation/javadocs...ml#SetFillColor-int-
For more info :
www.radaeepdf.com/documentation/javadocs...#SetStrokeColor-int-
you can edit the note icon using one of the following methods :
Code:
annot.SetIcon(String name, PageContent content)
Code:
annot.SetIcon(int icon)
You can edit oval and rect using :
Code:
annot.SetFillColor(int color)
Code:
annot.SetStrokeColor(int color)
Time to create page: 0.393 seconds