- Posts: 6
- 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 Windows 8.1, 10, WindowsPhone, Windows UWP
Fill color method unavailable in winRT library
10 years 8 months ago #9286
by adimha
Fill color method unavailable in winRT library was created by adimha
I want to change the color of annotations while editing.. but I am unable to do so... which method should I use?
There is a method available in Android- SetFillColor()... Can you give me an equivalent method in windows?
There is a method available in Android- SetFillColor()... Can you give me an equivalent method in windows?
10 years 8 months ago #9288
by support
Replied by support on topic Fill color method unavailable in winRT library
We've just introduced this new methods on Android.
Will be ported on iOS during next few days.
After that we will work on Win version too.
Even if appearing simple, such method relies on undocumented PDF structure.
Will be ported on iOS during next few days.
After that we will work on Win version too.
Even if appearing simple, such method relies on undocumented PDF structure.
10 years 8 months ago #9322
by tanvi
Replied by tanvi on topic Fill color method unavailable in winRT library
Thanks for the response ! Could you please let me know by when (tentative timeframe) these APIs would be supported in Windows? We want to use this library for a customer who needs app on Windows 8...
10 years 8 months ago #9324
by radaee
Replied by radaee on topic Fill color method unavailable in winRT library
in Win8 or WP8 version.
get/set fill color and stroke using property of PDFAnnot
see
PDFAnnot.FillColor
PDFAnnot.StrokeColor
PDFAnnot.StrokeWidth
get/set fill color and stroke using property of PDFAnnot
see
PDFAnnot.FillColor
PDFAnnot.StrokeColor
PDFAnnot.StrokeWidth
Time to create page: 0.415 seconds