Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1PdfDocumentSource Class / Stream Property

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