Click or drag to resize

CPDFDocumentError Enumeration

Error type enumeration of loading document

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public enum CPDFDocumentError
Members
  Member nameValueDescription
CPDFDocumentErrorSuccess0 Success.
CPDFDocumentUnknownError1 Unknown error.
CPDFDocumentFileError2 File not found or could not be opened.
CPDFDocumentFormatError3 File not in PDF format or corrupted.
CPDFDocumentPasswordError4 Password required or incorrect password.
CPDFDocumentSecurityError5 Unsupported security scheme.
CPDFDocumentPageError6 Error page.
See Also