fs_renderer_windows_r.h
Go to the documentation of this file.
1 
18 #ifndef _FSCRT_RENDERER_WINDOWS_R_H_
19 #define _FSCRT_RENDERER_WINDOWS_R_H_
20 
42 #ifdef __cplusplus
43 extern "C" {
44 #endif
45 
46 #include <windows.h>
47 
48 /******************************************************************************/
49 /* Windows renderer creation */
50 /******************************************************************************/
81 FS_RESULT FSCRT_Renderer_CreateOnWindowsDC(HDC hDC, FSCRT_RENDERER* renderer);
82 
83 #ifdef __cplusplus
84 };
85 #endif
86  /* group FSRENDERER_WINDOWS */
88 
89 #endif /* _FSCRT_RENDERER_WINDOWS_R_H_ */
FS_RESULT FSCRT_Renderer_CreateOnWindowsDC(HDC hDC, FSCRT_RENDERER *renderer)
Create a renderer on a Windows device context for printing.
int FS_RESULT
Result code for functions in Foxit PDF SDK.
Definition: fs_base_r.h:160

Foxit Corporation