Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.

Change Annotation Color

More
IP: 93.34.225.185 7 years 7 months ago #13992 by mfranc28
Replied by mfranc28 on topic Change Annotation Color
ok, thanks.

What do you intend for rendere page after setting color? I have to call Page.Render? In this case what is the input value?
More
IP: 37.183.44.177 7 years 7 months ago #13997 by nermeen
Replied by nermeen on topic Change Annotation Color
This can be achieved by calling:
Code:
PDFLayoutView.RefreshCurrentPage();
or
Code:
PDFLayoutView.RefreshPageAsync(pageno);
More
IP: 93.34.225.185 7 years 7 months ago #14017 by mfranc28
Replied by mfranc28 on topic Change Annotation Color
Annotation Color works, don't works on Signature Annotation. Why?
More
IP: 37.183.44.177 7 years 7 months ago #14019 by nermeen
Replied by nermeen on topic Change Annotation Color
It's not supported for Signature fields.
Code:
/** * set fill color of square/circle/highlight/line/ploygon/polyline/sticky text/free text/text field annotation.<br/> * you need render page again to show modified annotation.<br/> * this method require professional or premium license * @param color color value formatted as 0xAARRGGBB. * @return true or false */ final public boolean SetFillColor( int color )
Time to create page: 0.354 seconds
Powered by Kunena Forum