Table of Contents

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 = 0

No error.

Unknown = 1

An unknown error occurred.

FileNotFound = 2

The file was not found or could not be opened.

InvalidFormat = 3

The file is not in PDF format or is corrupted.

PasswordRequired = 4

A password is required, or the provided password is incorrect.

UnsupportedSecurity = 5

The document uses an unsupported security scheme.

PageError = 6

A page was not found or contains a content error.

Share