PDF for Windows Phone Quick Start

The following quick start guide is intended to get you up and running with PDF for Windows Phone.

To create PDF documents using C1PdfDocument, three steps are required:

1.   Create a C1PdfDocument object.

2.   Add content to the document. This usually involves calling the DrawString method.

3.   Save the document to a stream using the Save method.

In this quick start you will create a new project with a C1PdfDocument object, add content to the document, and save the document. Note that this tutorial also uses the C1PdfViewer control included in PdfViewer for Windows Phone to view the resulting PDF file.


Send us comments about this topic.
Copyright © GrapeCity, inc. All rights reserved.