Engauge Digitizer 2
Loading...
Searching...
No Matches
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

namespace  Poppler
 

Enumerations

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

Enumeration Type Documentation

◆ PdfReturn

Return values from load operation.

Enumerator
PDF_RETURN_CANCELED 
PDF_RETURN_FAILED 
PDF_RETURN_SUCCESS 

Definition at line 19 of file Pdf.h.

19 {
23};
@ PDF_RETURN_FAILED
Definition Pdf.h:21
@ PDF_RETURN_CANCELED
Definition Pdf.h:20
@ PDF_RETURN_SUCCESS
Definition Pdf.h:22