In This Topic ▼

DOCWRTEPUBOPTIONS

typedef struct _DOCWRTEPUBOPTIONS 
{ 
   DOCWRTOPTIONS Options; 
   L_VOID * pReserved; 
} DOCWRTEPUBOPTIONS, * pDOCWRTEPUBOPTIONS; 

The DOCWRTEPUBOPTIONS structure provides information about eBooks Format (ePUB).

Members

Options

Options structure containing options for PUB format.

pReserved

Reserved for future use. Pass 0.

Comments

pDOCWRTPUBOPTIONS is a pointer to DOCWRTPUBOPTIONS structure. Generally, where a function parameter type is pDOCWRTPUBOPTIONS, you can declare a DOCWRTPUBOPTIONS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pDOCWRTPUBOPTIONS variable is necessary only if your program requires a pointer.

The LEADTOOLS Document Writers support creating PUB documents. The following features are supported:

The uStructSize at Options structure should be set to the size of DOCWRTPUBOPTIONS, Use the sizeof() operator to calculate this value.

This structure is used with the L_DocWriterInit function.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help