ComponentOne PdfViewer for Windows Phone allows you to create customized, rich applications. Make the most of PdfViewer for Windows Phone by taking advantage of the following key features:
• View and Save PDF Files
The C1PdfViewer control can be used to view and save PDF files on the Windows Phone device. C1PdfViewer has no external dependency on Adobe Reader to view or save files. Content is parsed and rendered as native XAML elements.
• PDF Specification Support
C1PdfViewer supports a subset of the PDF 1.5 specification. There are a few important limitations including encryption, special fonts and rare image formats. Documents that use non-supported content will still render, but the formatting may be incorrect. It is recommended to use C1PdfViewer in a controlled environment where the features used by your PDF files can be tested before being used. The full list of limitations can be found in the documentation.
• Find Text
Users can perform text searches within the document. As matches are found they are brought into view, and users can navigate through search results in a quick and intuitive manner.
• Zoom Interaction
Users can double tap on the document to zoom in.
• Get Pages from PDF
After loading a PDF, you can obtain a list of its pages as FrameworkElements to customize how the user views each page. Just call the GetPages method.