views:

144

answers:

0

I'm converting Xaml code to Xps but i can't use a canvas in a merged dictionary as Background of all the pages in a FixedDocument, because it throws an error on the second page. The error say that the Canvas is already in use and i need to disconnect it.

I'm triyng to avoid putting a resource for every page because the resulting xps will be too big.

How can i link the same xaml background for all the pages in a fixed document?