Files
elwig/WGneu/Windows/DocumentViewerWindow.xaml

15 lines
678 B
XML

<Window x:Class="WGneu.Windows.DocumentViewerWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:wv2="clr-namespace:Microsoft.Web.WebView2.Wpf;assembly=Microsoft.Web.WebView2.Wpf"
xmlns:local="clr-namespace:WGneu.Windows"
mc:Ignorable="d"
Title="PDF Ansicht"
MinHeight="600" MinWidth="420" Height="600" Width="420">
<Grid>
<wv2:WebView2 Name="WebView"/>
</Grid>
</Window>