typedef struct _DOCWRTMOBIOPTIONS
{
DOCWRTOPTIONS Options;
L_VOID * pReserved;
} DOCWRTMOBIOPTIONS, *pDOCWRTMOBIOPTIONS;
The DOCWRTMOBIOPTIONS structure provides information about a Mobi Pocket eBook format (MOB).
Member |
Description |
Options |
Options structure containing options for MOB format. |
pReserved |
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() macro to calculate this value.
This structure is used with the L_DocWriterInit function.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET