Pdf |
| Exception | Condition |
|---|---|
| ArgumentNullException | stream is null. |
| 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. |