Skip to content

T_PDFiumSharp_Types_FPDF_ERR

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

FPDF_ERR Enumeration

Namespace: PDFiumSharp.Types
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public enum FPDF_ERR

Members

 

Member name Value Description
SUCCESS 0 No error.
UNKNOWN 1 Unknown error.
FILE 2 File not found or could not be opened.
FORMAT 3 File not in PDF format or corrupted.
PASSWORD 4 Password required or incorrect password.
SECURITY 5 Unsupported security scheme.
PAGE 6 Page not found or content error.
XFALOAD 7 Load XFA error.
XFALAYOUT 8 Layout XFA error.

See Also

Reference

PDFiumSharp.Types Namespace

Clone this wiki locally