![]() | PdfDocumentLoad Method (PdfCustomLoader) |
Namespace: Patagames.Pdf.Net
Exception | Condition |
---|---|
UnknownErrorException | unknown error |
PdfFileNotFoundException | file not found or could not be opened |
BadFormatException | file not in PDF format or corrupted |
InvalidPasswordException | password required or incorrect password |
UnsupportedSecuritySchemeException | unsupported security scheme |
PdfiumException | Error occured in PDFium. See ErrorCode for detail |
NoLicenseException | This exception thrown only in trial mode if document cannot be opened due to a license restrictions" |
![]() |
---|
The application should maintain the instance of PdfCustomLoader class being valid until the PDF document close. With the trial version the documents which size is smaller than 1024 Kb, or greater than 10 Mb can be loaded without any restrictions. For other documents the allowed ranges is 1.5 - 2 Mb; 2.5 - 3 Mb; 3.5 - 4 Mb; 4.5 - 5 Mb and so on. |