I want to do something like this: I have a Canvas with a VisualBrush as background. This Canvas is too large to print it. I want to convert it in something like a Bitmap with given dpi and add it to a page for printing purpose. My question is:
What is the best way to convert a Canvas in a bitmap like format, which i can add to a Page in WPF with given dpi?