2

Is there a viewer object or ActiveX control I can use to embed an XPS document, or an XAML GUI in my .NET application?

Jason
  • 16,739
  • 23
  • 87
  • 137

2 Answers2

2

You can use the ElementHost Control to host WPF content on a .Net Windows Form.The ElementHost appears in the Toolbox under the WPF Interoperability section. You can then host a WPF control that has XPS Document Viewer on it and you've solved both problems.

Scott
  • 4,113
  • 6
  • 37
  • 49
0

Maybe this helps. Integrating WPF with Windows Forms

OrElse
  • 9,709
  • 39
  • 140
  • 253