Header file for the progressive module - progressive functionality allows an application to respond to other operations while a document is in the process of displaying. More...
#include "fpdfview.h"Go to the source code of this file.
Classes | |
| struct | _IFSDK_PAUSE |
| IFSDK_PAUSE interface. More... | |
Defines | |
| #define | DLLEXPORT |
| #define | STDCALL |
| #define | FPDF_RENDER_READER 0 |
| #define | FPDF_RENDER_TOBECOUNTINUED 1 |
| #define | FPDF_RENDER_DONE 2 |
| #define | FPDF_RENDER_FAILED 3 |
Typedefs | |
| typedef struct _IFSDK_PAUSE | IFSDK_PAUSE |
| IFSDK_PAUSE interface. | |
Functions | |
| DLLEXPORT int STDCALL | FPDF_RenderPageBitmap_Start (FPDF_BITMAP bitmap, FPDF_PAGE page, int start_x, int start_y, int size_x, int size_y, int rotate, int flags, IFSDK_PAUSE *pause) |
| DLLEXPORT int STDCALL | FPDF_RenderPage_Continue (FPDF_PAGE page, IFSDK_PAUSE *pause) |
| DLLEXPORT int STDCALL | FPDF_RenderPage_EstimateProgress (FPDF_PAGE page) |
| DLLEXPORT void STDCALL | FPDF_RenderPage_Close (FPDF_PAGE page) |
| _FPDFPROGRESSIVE_H_ | |
Header file for the progressive module - progressive functionality allows an application to respond to other operations while a document is in the process of displaying.
(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 the "progressive" module to be enabled in the SDK license.