Enum PdfErrorCode
- Namespace
- LMKit.Exceptions
- Assembly
- LM-Kit.NET.dll
Identifies the reason a PDF document could not be loaded or processed.
public enum PdfErrorCode
Fields
Success = 0No error.
Unknown = 1An unknown error occurred.
FileNotFound = 2The file was not found or could not be opened.
InvalidFormat = 3The file is not in PDF format or is corrupted.
PasswordRequired = 4A password is required, or the provided password is incorrect.
UnsupportedSecurity = 5The document uses an unsupported security scheme.
PageError = 6A page was not found or contains a content error.