Click or drag to resize

CPDFDocumentErrorType Property

Error message for the document loading. To determine the error type, use the code to obtain error of type CPDFDocumentError. Except for the CPDFDocumentPasswordError error, other errors cannot open the document. If CPDFDocumentPasswordError, reading the document requires a password.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public CPDFDocumentError ErrorType { get; }

Property Value

Type: CPDFDocumentError
See Also