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.cpp File Reference

(5a424f4a7b188b75da63eb697f63558af0b17f6f)

+ Include dependency graph for fpdf_flatten.cpp:

Go to the source code of this file.

Enumerations

enum  FPDF_TYPE { MAX , MIN , MAX , MIN }
 
enum  FPDF_VALUE {
  TOP , LEFT , RIGHT , BOTTOM ,
  TOP , LEFT , RIGHT , BOTTOM
}
 
enum  FPDF_TYPE { MAX , MIN , MAX , MIN }
 
enum  FPDF_VALUE {
  TOP , LEFT , RIGHT , BOTTOM ,
  TOP , LEFT , RIGHT , BOTTOM
}
 

Functions

FPDF_EXPORT int FPDF_CALLCONV FPDFPage_Flatten (FPDF_PAGE page, int nFlag)
 

Enumeration Type Documentation

◆ FPDF_TYPE [1/2]

enum FPDF_TYPE
Enumerator
MAX 
MIN 
MAX 
MIN 

Definition at line 36 of file fpdf_flatten.cpp.

◆ FPDF_TYPE [2/2]

enum FPDF_TYPE
Enumerator
MAX 
MIN 
MAX 
MIN 

Definition at line 36 of file fpdf_flatten.cpp.

◆ FPDF_VALUE [1/2]

enum FPDF_VALUE
Enumerator
TOP 
LEFT 
RIGHT 
BOTTOM 
TOP 
LEFT 
RIGHT 
BOTTOM 

Definition at line 37 of file fpdf_flatten.cpp.

◆ FPDF_VALUE [2/2]

enum FPDF_VALUE
Enumerator
TOP 
LEFT 
RIGHT 
BOTTOM 
TOP 
LEFT 
RIGHT 
BOTTOM 

Definition at line 37 of file fpdf_flatten.cpp.

Function Documentation

◆ FPDFPage_Flatten()