PdfDocumentLoad Method (Stream) |
Namespace: GemBox.Pdf
Exception | Condition |
---|---|
ArgumentNullException | stream is . |
ArgumentException | stream is not readable. |
InvalidPdfPasswordException | PDF file is encrypted and the password is required to load a PDF document. Use Load(Stream, PdfLoadOptions) method and provide a valid Password. |