Xamarin.iOS Documentation | ComponentOne
C1.iOS.Viewer Assembly / C1.iOS.Viewer Namespace / FlexViewer Class / LoadDocument Method
The document stream
The password of document


In This Topic
    LoadDocument Method
    In This Topic
    Loads document to the viewer
    Syntax
    'Declaration
     
    
    Public Sub LoadDocument( _
       ByVal stream As Stream, _
       Optional ByVal password As String _
    ) 
    'Usage
     
    
    Dim instance As FlexViewer
    Dim stream As Stream
    Dim password As String
     
    instance.LoadDocument(stream, password)
    public void LoadDocument( 
       Stream stream,
       string password
    )

    Parameters

    stream
    The document stream
    password
    The password of document
    See Also