typedef struct _DOCWRTMOBIOPTIONS
{
DOCWRTOPTIONS Options;
L_VOID * pReserved;
} DOCWRTMOBIOPTIONS, *pDOCWRTMOBIOPTIONS;
The DOCWRTMOBIOPTIONS structure provides information about a Mobi Pocket eBook format (MOB).
Options structure containing options for MOB format.
Reserved for future use. Pass 0.
pDOCWRTMOBIOPTIONS is a pointer to DOCWRTMOBIOPTIONS structure. Generally, where a function parameter type is pDOCWRTMOBIOPTIONS, you can declare a DOCWRTMOBIOPTIONS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pDOCWRTMOBIOPTIONS variable is necessary only if your program requires a pointer.
MOBI is an e-Book file format for e-book readers such as the Kindle and mobile phones. The MOBI format is based on the PalmDOC format, extended by adding certain HTML-like tags to the data. It can load multipage files. For more information, refer to https://wiki.mobileread.com/wiki/MOBI.
The MOBI format supports the MobiPocket Reader.
The LEADTOOLS Document Writers support creating MOBI documents. The following features are supported:
The uStructSize
at Options
structure should be set to the size of DOCWRTMOBIOPTIONS, Use the sizeof() operator to calculate this value.
The structure is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document