|
Foxit PDF Conversion SDK
|
基本类型定义的头文件。 更多...
类 | |
| class | foxit::Base |
| class | foxit::Exception |
| class | foxit::WStringArray |
命名空间 | |
| foxit | |
| Foxit 命名空间。 | |
类型定义 | |
| typedef void * | foxit::FS_HANDLE |
| 句柄类型。 | |
| typedef FX_INT16 | foxit::int16 |
| 16 位有符号整数。 | |
| typedef FX_INT32 | foxit::int32 |
| 32 位有符号整数。 | |
| typedef FX_INT64 | foxit::int64 |
| 有符号 64 位整数。 | |
| typedef FX_INT8 | foxit::int8 |
| 8 位有符号整数。 | |
| typedef CFX_Object | foxit::Object |
| 对象类型。 | |
| typedef IFX_FileRead | foxit::file::ReaderCallback |
| typedef IFX_FileStream | foxit::file::StreamCallback |
| typedef CFX_ByteString | foxit::String |
| 字节字符串。 | |
| typedef FX_UINT16 | foxit::uint16 |
| 16 位无符号整数。 | |
| typedef FX_UINT32 | foxit::uint32 |
| 32 位无符号整数。 | |
| typedef FX_UINT64 | foxit::uint64 |
| 无符号 64 位整数。 | |
| typedef FX_UINT8 | foxit::uint8 |
| 8 位无符号整数。 | |
| typedef CFX_WideString | foxit::WString |
| 宽字符串。 | |
枚举 | |
| enum | foxit::ErrorCode { foxit::e_ErrSuccess = 0, foxit::e_ErrFile = 1, foxit::e_ErrFormat = 2, foxit::e_ErrPassword = 3, foxit::e_ErrHandle = 4, foxit::e_ErrCertificate = 5, foxit::e_ErrUnknown = 6, foxit::e_ErrInvalidLicense = 7, foxit::e_ErrParam = 8, foxit::e_ErrUnsupported = 9, foxit::e_ErrOutOfMemory = 10, foxit::e_ErrSecurityHandler = 11, foxit::e_ErrNotParsed = 12, foxit::e_ErrNotFound = 13, foxit::e_ErrInvalidType = 14, foxit::e_ErrUnknownState = 16, foxit::e_ErrDataNotReady = 17, foxit::e_ErrNotLoaded = 20, foxit::e_ErrNoPDF2OfficeModuleRight = 77, foxit::e_ErrNoOffice2PDFModuleRight = 78, foxit::e_ErrNoDocumentPermission = 80, foxit::e_ErrNotMatchFont = 82 } |
| 错误代码的枚举。 更多... | |
基本类型定义的头文件。
Copyright (C) 2003-2026, Foxit Software Inc.. All Rights Reserved.
The following code is copyrighted and is the proprietary of Foxit Software Inc.. It is not allowed to distribute any parts of Foxit PDF Conversion SDK to third party or public without permission unless an agreement is signed between Foxit Software Inc. and customers to explicitly grant customers permissions.
此类表示用于文件读取的回调对象。 此类中的所有纯虚函数都用作回调函数,应由用户实现 以自定义方式进行文件读取。
此类表示用于文件读取和写入的回调对象。 此类中的所有纯虚函数都用作回调函数,应由用户实现 以自定义方式进行文件读取和写入。