Spread Windows Forms 17
FarPoint.PDF Assembly / FarPoint.PDF Namespace / Writer Class / Stream Property


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