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