tags:

views:

21

answers:

1

Hi, I am working in a very crucial wpf project.This project is almost finished apart from some points.

I am showing flowdocumentreader which is loaded with dynamic images around 100. I have one requirement to show page turn effect whenever user navigates to pages in flowdocumentreader.

I have used google and seen lots of example but no body has used flowdocumentreader.

I have also seen wpfBookControl which is not dynamic and it uses xps document.

Please help me to achieve that.

A: 

Take a look here or here.

In the WPF Shader Effects Library you have a 'negative' effect which inverts ('turns') the image.

Shimmy
Sorry ,it doesnot show the page turn effect.It shows only the image blurring effect.
Subhash
The WPF Shader FX Lib definitely does it. it's called negate. Unless I don't understand what you wanna do.
Shimmy