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

Setting Blend Mode when drawing a ResImage

More
IP: 192.168.0.71 9 years 4 months ago #12296 by AnypadDev
Hi, Is there a way to set the blend mode when drawing a ResImage onto a PageContent?

i.e. pageContent.DrawImage(resImage);

Thanks
More
IP: 192.168.0.71 9 years 4 months ago #12298 by nermeen
Unfortunately, this feature is not supported.
And it's not currently planned.
More
IP: 192.168.0.71 9 years 4 months ago #12347 by nermeen
Please check the new version 3.13 , it has a new method:
Code:
GState.SetBlendMode() /** * set blend mode to graphic state. * @param bmode 2:Multipy<br/> * 3:Screen<br/> * 4:Overlay<br/> * 5:Darken<br/> * 6:Lighten<br/> * 7:ColorDodge<br/> * 8:ColorBurn<br/> * 9:Difference<br/> * 10:Exclusion<br/> * 11:Hue<br/> * 12:Saturation<br/> * 13:Color<br/> * 14:Luminosity<br/> * others:Normal * @return true or false. */
For example, check PDFTestAct.NewPage in RDPDFReader module
Time to create page: 0.402 seconds
Powered by Kunena Forum