Load(Stream,DecryptionOptions) Method
In This Topic
Loads the document from a specified input stream, overwriting the current content of the document. The stream should contain valid PDF data and must be kept open while reading or modifying the document. If the document is modified, it can be saved using the
Save(String,Boolean) or
Save(Stream,Boolean) methods.
Syntax
Parameters
- stream
- The source System.IO.Stream object used to load the document content.
- decryptionOptions
- The DecryptionOptions object containing password and other decryption parameters.
See Also