fs_obsolete.h File Reference

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

Go to the source code of this file.

Classes

struct  FSPDF_ACTION_HANDLER
 Structure for action handler information. More...
 
struct  FSPDF_ENUMPAGESIZEHANDLER
 Structure for page size enumeration. More...
 

Macros

#define FSPDF_RENDERCONTEXTFLAG_LIMITEDIMAGECACHE   0x0010
 Limit image cache size. More...
 
Macro Definitions for Text Direction Flags
Deprecated:
Current macro definitions have been deprecated with function FSPDF_TextPage_GetNextCharIndexByDirection, since Foxit PDF SDK 4.3. So, not recommend to use current function any more.
Note
These are used in function FSPDF_TextPage_GetNextCharIndexByDirection.
#define FSPDF_TEXTDIRECTION_LEFT   -1
 Text direction: left.
 
#define FSPDF_TEXTDIRECTION_RIGHT   1
 Text direction: right.
 
#define FSPDF_TEXTDIRECTION_UP   -2
 Text direction: up.
 
#define FSPDF_TEXTDIRECTION_DOWN   2
 Text direction: down.
 

Functions

FS_RESULT FSPDF_Doc_SetActionHandler (FSCRT_DOCUMENT document, FSPDF_ACTION_HANDLER *actionHandler)
 Set the action handler to the PDF document. More...
 
FS_RESULT FSPDF_Doc_EnumAllPageSize (FSCRT_DOCUMENT document, FSPDF_ENUMPAGESIZEHANDLER *enumHandler)
 Enumerate the size of all page. More...
 
FS_RESULT FSPDF_TextPage_GetNextCharIndexByDirection (FSPDF_TEXTPAGE textPage, FS_INT32 curIndex, FS_INT32 direction, FS_INT32 *nextIndex)
 Get index of next character of a specific character in a specific direction. More...
 

Detailed Description

Header file for Obsolete 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 is the proprietary of Foxit Software Inc.. It is not allowed to distribute any parts of Foxit PDF SDK to third party or public without permission unless an agreement is signed between Foxit Software Inc. and customers to explicitly grant customers permissions.

This header file contains all the deprecated macro definitions, structures and functions.
User is strongly recommend not to use them any more.

Foxit Corporation