'DeclarationPublic Overloads Sub Load( _ ByVal stream As Stream, _ Optional ByVal password As String _ )
'UsageDim instance As PdfVisualDocument Dim stream As Stream Dim password As String instance.Load(stream, password)
Parameters
- stream
- Source stream containing the PDF file.
- password
- Optional password for opening the PDF file.