This Quick Start guides you through a step-by-step process of creating a simple application for loading a PDF document using PdfDocumentSource and viewing it in FlexViewer, a lightweight viewer control.
次の図に、FlexViewer にロードされた PDF ドキュメントを示します。
To load and view a PDF document using the PdfDocumentSource component and FlexViewer control, follow the steps below:
To load and view a PDF document using the PdfDocumentSource component and FlexViewer control, follow the steps below:
C# |
コードのコピー
|
---|---|
using C1.Win.Document;
|
C# |
コードのコピー
|
---|---|
C1PdfDocumentSource pds = new C1PdfDocumentSource(); pds.LoadFromFile(@"..\..\DefaultDocument.pdf"); |
C# |
コードのコピー
|
---|---|
flexViewer.DocumentSource = pds; |