Is it possible (and if so how) to take a WPF view and create a vector image from it.
Currently the application I am working on does two things:
1. Prints the dialogs using the built in PrintDialog
and XpsDocumentWriter
classes.
2. Saves the dialogs to Tiff files using the built in classes from Microsoft.
How can one save a WPF dialog to a high quality vector file?
The end goal is to end up in a high quality PDF or Tiff file. Though in my reading Tiff files are not really vector files, is this incorrect?