In this step, you'll create a Windows Store application and add a C1PdfDocument object.
XAML |
Copy Code
|
---|---|
<PdfViewer:C1PdfViewer Name="c1PdfViewer1" Grid.Row="1"/> |
XAML |
Copy Code
|
---|---|
<ProgressRing x:Name="progressRing" Grid.Row="1"/> <Button x:Name="btnSave" Content="Save PDF" Click="btnSave_Click" HorizontalAlignment="Right" VerticalAlignment="Top" Margin="0,70,140,0" Height="40" Width="106"/> |
In this step, you created a Universal Windows application, added references, and added control to the application. In the next step, you'll add code to your application to create your PDF document.