The following quick start guide is intended to get you up and running with PDF for Silverlight.
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.