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

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