Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1PdfDocumentSource Class / LoadFromFileAsync Method
The source file.

In This Topic
    LoadFromFileAsync Method
    In This Topic
    Loads the PDF document from the specified file.
    Syntax
    'Declaration
     
    Public Function LoadFromFileAsync( _
       ByVal storageFile As IStorageFile, _
       Optional ByVal password As String _
    ) As Task
    public Task LoadFromFileAsync( 
       IStorageFile storageFile,
       string password
    )

    Parameters

    storageFile
    The source file.
    password
    See Also