fs_image_w.h File Reference

Header file for Image module of Foxit PDF SDK. More...

Go to the source code of this file.

Functions

FS_RESULT FSCRT_ImageFile_Create (FSCRT_FILE file, FS_INT32 imageType, FS_INT32 frameCount, FSCRT_IMAGEFILE *imageFile)
 Create an image file. More...
 
FS_RESULT FSCRT_ImageFile_SetProperty (FSCRT_IMAGEFILE imageFile, const FSCRT_BSTR *property, const FSCRT_VAR *values, FS_INT32 count)
 Set properties of image. More...
 
FS_RESULT FSCRT_ImageFile_AddFrame (FSCRT_IMAGEFILE imageFile, FSCRT_BITMAP bitmap)
 Add a frame to image file. More...
 
FS_RESULT FSCRT_ImageFile_Release (FSCRT_IMAGEFILE imageFile)
 Release an image file object. More...
 

Detailed Description

Header file for Image module of Foxit PDF SDK.

Copyright (C) 2003-2016, Foxit Software Inc.. All Rights Reserved.

http://www.foxitsoftware.com

The following code is copyrighted and contains proprietary information and trade secrets of Foxit Software Inc.. It is not allowed to distribute any parts of Foxit PDF SDK to any third parties or general public, unless there is a license agreement between Foxit Software Inc. and customers.

This header file defines image utilities.
It contains:

  • 1. Create image file.
  • 2. Add frame to image file.
Note
If you want to purchase Foxit PDF SDK license and use ANY of the following functions, please request for enabling Standard module or Image Conversion Add-on explicitly. Especially, if only request for enabling Standard module, only APIs which relates to bitmap reading/writing can be used.

Foxit Corporation