ComponentOne Document Library for UWP
Stream Property (C1PdfDocumentSource)

C1.UWP.Document Assembly > C1.Xaml.Document Namespace > C1PdfDocumentSource Class : Stream Property
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 Windows.Storage.Streams.IRandomAccessStream
public Windows.Storage.Streams.IRandomAccessStream Stream {get; set;}
See Also

Reference

C1PdfDocumentSource Class
C1PdfDocumentSource Members