 |
PdfManagerLoad(Stream, String) Method |
Loads a pdf document from a stream containing a password protected pdf document.
Namespace: SelectPdf.ExtrasAssembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntaxpublic void Load(
Stream stream,
string password
)
Public Sub Load (
stream As Stream,
password As String
)
Parameters
- stream Stream
- The pdf document stream.
- password String
- The user password to open the specified pdf document.
See Also