1 #ifndef FS_OFD_IMAGEOBJECT_H_ 2 #define FS_OFD_IMAGEOBJECT_H_ 5 #include "fs_ofdgraphicsobject.h" 137 #endif // FS_OFD_IMAGEOBJECT_H_ Definition: fs_ofdgraphicsobject.h:177
bool IsEmpty() const
检查当前对象是否为空。
宽字符串类
Definition: fx_string.h:1457
String GetImageBuffer() const
获取图像对象中的图像数据。
foxit::common::Image::Type GetImageFormat() const
获取图像对象格式。
OFDImageObject & operator=(const OFDImageObject &other)
赋值操作符。
FX_UINT32 uint32
无符号 32 位整数。
Definition: fs_basictypes.h:195
void * FS_HANDLE
句柄类型。
Definition: fs_basictypes.h:213
bool operator==(const OFDImageObject &other) const
相等操作符。
Definition: fs_ofdimageobject.h:22
bool operator !=(const OFDImageObject &other) const
不相等操作符。
Type
图像类型的枚举。
Definition: fs_image.h:457
foxit::uint32 SetImage(const void *buffer, size_t size, foxit::common::Image::Type format)
通过内存缓冲区设置图像对象中的图像数据。
Foxit命名空间。
Definition: fs_taggedpdf.h:27
字节字符串类
Definition: fx_string.h:317
OFDImageObject(OFDGraphicsObject object)
构造函数,从现有foxit::ofd::graphics::OFDGraphicsObject对象。