XPS or XAML viewer to embed in .NET app?
Asked Answered
B

1

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?

Bartolome answered 8/1, 2009 at 19:46 Comment(0)
E
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.

Ezmeralda answered 30/1, 2009 at 7:4 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.