fs_image_w.h
Go to the documentation of this file.
1 
24 #ifndef _FSCRT_IMAGE_W_H_
25 #define _FSCRT_IMAGE_W_H_
26 
72 #ifdef __cplusplus
73 extern "C" {
74 #endif
75 
76 /*******************************************************************************/
77 /* Image file creation */
78 /*******************************************************************************/
118 FS_RESULT FSCRT_ImageFile_Create(FSCRT_FILE file, FS_INT32 imageType, FS_INT32 frameCount, FSCRT_IMAGEFILE* imageFile);
119 
154 FS_RESULT FSCRT_ImageFile_SetProperty(FSCRT_IMAGEFILE imageFile, const FSCRT_BSTR* property, const FSCRT_VAR* values, FS_INT32 count);
155 
189 FS_RESULT FSCRT_ImageFile_AddFrame(FSCRT_IMAGEFILE imageFile, FSCRT_BITMAP bitmap);
190 
214 FS_RESULT FSCRT_ImageFile_Release(FSCRT_IMAGEFILE imageFile);
215 
216 #ifdef __cplusplus
217 };
218 #endif
219  /* group FSIMAGE */
221 
222 #endif
223 /* _FSCRT_IMAGE_W_H_ */
224 
FS_RESULT FSCRT_ImageFile_SetProperty(FSCRT_IMAGEFILE imageFile, const FSCRT_BSTR *property, const FSCRT_VAR *values, FS_INT32 count)
Set properties of image.
FS_RESULT FSCRT_ImageFile_Create(FSCRT_FILE file, FS_INT32 imageType, FS_INT32 frameCount, FSCRT_IMAGEFILE *imageFile)
Create an image file.
int FS_INT32
32-bit signed integer.
Definition: fs_base_r.h:175
FS_RESULT FSCRT_ImageFile_Release(FSCRT_IMAGEFILE imageFile)
Release an image file object.
Structure for variant definitions.
Definition: fs_base_r.h:369
Structure for byte string.
Definition: fs_base_r.h:611
FS_RESULT FSCRT_ImageFile_AddFrame(FSCRT_IMAGEFILE imageFile, FSCRT_BITMAP bitmap)
Add a frame to image file.
int FS_RESULT
Result code for functions in Foxit PDF SDK.
Definition: fs_base_r.h:160

Foxit Corporation