Xamarin.iOS Documentation | ComponentOne
C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / DocumentStreamEventArgs Class / Stream Property


In This Topic
    Stream Property
    In This Topic
    Gets or sets the stream of a document file.
    Syntax
    'Declaration
     
    
    Public Property Stream As Stream
    'Usage
     
    
    Dim instance As DocumentStreamEventArgs
    Dim value As Stream
     
    instance.Stream = value
     
    value = instance.Stream
    public Stream Stream {get; set;}
    See Also