15 #ifndef FS_COMBINATION_H_ 16 #define FS_COMBINATION_H_ 137 typedef enum _CombineDocsOptions {
139 e_CombineDocsOptionBookmark = 0x0001,
141 e_CombineDocsOptionAcroformRename = 0x0002,
143 e_CombineDocsOptionStructrueTree = 0x0004,
145 e_CombineDocsOptionOutputIntents = 0x0008,
147 e_CombineDocsOptionOCProperties = 0x0010,
149 e_CombineDocsOptionMarkInfos = 0x0020,
151 e_CombineDocsOptionPageLabels = 0x0040,
156 e_CombineDocsOptionNames = 0x0080,
161 e_CombineDocsOptionObjectStream = 0x0100,
163 e_CombineDocsOptionDuplicateStream = 0x0200
164 } CombineDocsOptions;
234 #endif // FS_COMBINATION_H_ CombineDocumentInfo(const WString &file_path, const WString &password)
Constructor, with parameters.
CombineDocumentInfo & operator=(const CombineDocumentInfo &other)
Assign operator.
File writing interface.
Definition: fx_stream.h:451
Header file for PDF document related definitions and classes.
Definition: fs_combination.h:125
WIDE STRING CLASS.
Definition: fx_string.h:1452
Definition: fs_pdfdoc.h:389
~CombineDocumentInfo()
Destructor.
bool operator==(const CombineDocumentInfo &other) const
Equal operator.
Definition: fs_combination.h:130
Definition: fx_basic.h:3752
bool operator!=(const CombineDocumentInfo &other) const
Not equal operator.
Definition: fs_common.h:281
FX_UINT32 uint32
32-bit unsigned integer.
Definition: fs_basictypes.h:196
void * FS_HANDLE
Handle type.
Definition: fs_basictypes.h:214
Header file for common definitions and classes.
void SetBookmarkTitle(const WString &bookmark_title)
Set the title of a new parent bookmark for the root bookmark of related source PDF document in combin...
Definition: fs_basictypes.h:397
Definition: fs_combination.h:32
Foxit namespace.
Definition: fs_compare.h:27
bool IsEmpty() const
Check whether current object is empty or not.
#define NULL
The null-pointer value.
Definition: fx_system.h:767