In This Topic ▼

DOCWRTMOBIOPTIONS

typedef struct _DOCWRTMOBIOPTIONS 
{ 
   DOCWRTOPTIONS Options; 
   L_VOID * pReserved; 
} DOCWRTMOBIOPTIONS, *pDOCWRTMOBIOPTIONS; 

The DOCWRTMOBIOPTIONS structure provides information about a Mobi Pocket eBook format (MOB).

Members

Options

Options structure containing options for MOB format.

pReserved

Reserved for future use. Pass 0.

Comments

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 Version 21.0.2023.2.15
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.