Spread Windows Forms 15.0
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Reader Class / Stream Property


In This Topic
    Stream Property (Reader)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Stream As Stream
    'Usage
     
    
    Dim instance As Reader
    Dim value As Stream
     
    instance.Stream = value
     
    value = instance.Stream
    public Stream Stream {get; set;}
    See Also