この手順では、C1PdfViewer を使用して、WPF または Silverlight アプリケーションを作成します。アプリケーションに C1PdfViewer コントロールを追加すると、PDF ファイルと HTML ファイルを内部に表示できる完全な機能を備えたドキュメントビューアインタフェースになります。プロジェクトをセットアップし、C1PdfViewer コントロールをアプリケーションに追加するには、次の手順に従います。
マークアップ コードのコピー <Window x:Class="PDFViewer_QuickStart.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:c1="http://schemas.componentone.com/winfx/2006/xaml" Title="MainWindow" Height="350" Width="525"> <Grid> <c1:C1PdfViewer x:Name="C1PdfViewer1" /> </Grid> </Window>