In This Topic
Load a PDF document from a System.IO.Stream.
Syntax
'Declaration
Public Sub LoadDocument( _
ByVal As System.IO.Stream, _
Optional ByVal As System.String _
)
public void LoadDocument(
System.IO.Stream ,
System.string
)
Parameters
- stream
- The stream.
- password
- A user password for a a PDF document.
See Also