Engauge Digitizer  2
Classes | Namespaces | Enumerations
Pdf.h File Reference
#include "ImportCropping.h"
Include dependency graph for Pdf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Pdf
 Wrapper around the Poppler library. More...
 

Namespaces

 Poppler
 

Enumerations

enum  PdfReturn { PDF_RETURN_CANCELED, PDF_RETURN_FAILED, PDF_RETURN_SUCCESS }
 Return values from load operation. More...
 

Enumeration Type Documentation

◆ PdfReturn

enum PdfReturn

Return values from load operation.

Enumerator
PDF_RETURN_CANCELED 
PDF_RETURN_FAILED 
PDF_RETURN_SUCCESS 

Definition at line 18 of file Pdf.h.

PDF_RETURN_FAILED
Definition: Pdf.h:20
PDF_RETURN_SUCCESS
Definition: Pdf.h:21
PDF_RETURN_CANCELED
Definition: Pdf.h:19