ComponentOne PdfViewer for UWP
In This Topic
    Loading Documents
    In This Topic

    If you run the application after adding C1PDFViewer control to your application, you'll see an empty C1PDFViewer on the page. The next step is to invoke the LoadDocument method to add some content to the control. The LoadDocument method allows you to load content from Stream objects (which may contain PDF, HTML, or MHTML documents), or from strings (which may contain HTML or MHTML documents).

    See Also