Header file for the page module - provides the interfaces for page manipulation. More...
#include "fpdfview.h"Go to the source code of this file.
Defines | |
| #define | FLATTEN_FAIL 0 |
| Flatten operation failed. | |
| #define | FLATTEN_SUCCESS 1 |
| Flatten operation succeed. | |
| #define | FLATTEN_NOTINGTODO 2 |
| There is nothing to flatten. | |
| #define | FLAT_NORMALDISPLAY 0 |
| #define | FLAT_PRINT 1 |
Functions | |
| DLLEXPORT FPDF_BOOL STDCALL | FPDF_ImportPages (FPDF_DOCUMENT dest_doc, FPDF_DOCUMENT src_doc, FPDF_BYTESTRING pagerange, int index) |
| DLLEXPORT int STDCALL | FPDFPage_Flatten (FPDF_PAGE page, int nFlag) |
| DLLEXPORT FPDF_BOOL STDCALL | FPDFPage_GetRectangle (FPDF_PAGE page, int iRect, double *left, double *right, double *bottom, double *top) |
| DLLEXPORT FPDF_BOOL STDCALL | FPDFPage_SetRectangle (FPDF_PAGE page, int iRect, double left, double right, double bottom, double top) |
| DLLEXPORT int STDCALL | FPDFPage_GetRotation (FPDF_PAGE page) |
| DLLEXPORT void STDCALL | FPDFPage_SetRotation (FPDF_PAGE page, int rotate) |
| _FPDFPPO_H_ | |
Header file for the page module - provides the interfaces for page manipulation.
(C) 2011 Foxit Corporation. All Rights Reserved. The following code is copyrighted and contains proprietary information and trade secrets of Foxit Corporation. Functions in this header file, require "page" module to be enabled in your SDK license.