Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1PdfDocumentSource Class / StorageFile Property

In This Topic
    StorageFile Property (C1PdfDocumentSource)
    In This Topic
    Gets or sets an Windows.Storage.IStorageFile containing the PDF content. Assigning a new value to this property will reset Stream to null.
    Syntax
    'Declaration
     
    Public Property StorageFile As IStorageFile
    public IStorageFile StorageFile {get; set;}
    See Also