Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
fpdf_flatten.h File Reference

(813d9ae984a99e739b99cf694a9d5b24d0a6b7a7)

#include "fpdfview.h"
+ Include dependency graph for fpdf_flatten.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FLATTEN_FAIL   0
 
#define FLATTEN_SUCCESS   1
 
#define FLATTEN_NOTHINGTODO   2
 
#define FLAT_NORMALDISPLAY   0
 
#define FLAT_PRINT   1
 

Functions

FPDF_EXPORT int FPDF_CALLCONV FPDFPage_Flatten (FPDF_PAGE page, int nFlag)
 

Macro Definition Documentation

◆ FLAT_NORMALDISPLAY

#define FLAT_NORMALDISPLAY   0

Definition at line 21 of file fpdf_flatten.h.

◆ FLAT_PRINT

#define FLAT_PRINT   1

Definition at line 23 of file fpdf_flatten.h.

◆ FLATTEN_FAIL

#define FLATTEN_FAIL   0

Definition at line 14 of file fpdf_flatten.h.

◆ FLATTEN_NOTHINGTODO

#define FLATTEN_NOTHINGTODO   2

Definition at line 18 of file fpdf_flatten.h.

◆ FLATTEN_SUCCESS

#define FLATTEN_SUCCESS   1

Definition at line 16 of file fpdf_flatten.h.

Function Documentation

◆ FPDFPage_Flatten()