![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "fpdfview.h"Go to the source code of this file.
Classes | |
| struct | FPDF_FILEWRITE_ |
Macros | |
| #define | FPDF_INCREMENTAL 1 |
| #define | FPDF_NO_INCREMENTAL 2 |
| #define | FPDF_REMOVE_SECURITY 3 |
Typedefs | |
| typedef struct FPDF_FILEWRITE_ | FPDF_FILEWRITE |
Functions | |
| FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV | FPDF_SaveAsCopy (FPDF_DOCUMENT document, FPDF_FILEWRITE *pFileWrite, FPDF_DWORD flags) |
| FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV | FPDF_SaveWithVersion (FPDF_DOCUMENT document, FPDF_FILEWRITE *pFileWrite, FPDF_DWORD flags, int fileVersion) |
| #define FPDF_INCREMENTAL 1 |
Definition at line 45 of file fpdf_save.h.
| #define FPDF_NO_INCREMENTAL 2 |
Definition at line 46 of file fpdf_save.h.
| #define FPDF_REMOVE_SECURITY 3 |
Definition at line 47 of file fpdf_save.h.
| typedef struct FPDF_FILEWRITE_ FPDF_FILEWRITE |
| FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SaveAsCopy | ( | FPDF_DOCUMENT | document, |
| FPDF_FILEWRITE * | pFileWrite, | ||
| FPDF_DWORD | flags ) |
Definition at line 194 of file fpdf_save.cpp.
Referenced by CheckPDFiumCApi().
| FPDF_EXPORT FPDF_BOOL FPDF_CALLCONV FPDF_SaveWithVersion | ( | FPDF_DOCUMENT | document, |
| FPDF_FILEWRITE * | pFileWrite, | ||
| FPDF_DWORD | flags, | ||
| int | fileVersion ) |
Definition at line 201 of file fpdf_save.cpp.
Referenced by CheckPDFiumCApi().