DOCWRTEPUBOPTIONS (original) (raw)
Summary
The DOCWRTEPUBOPTIONS structure provides information about eBooks Format (ePUB).
Syntax
typedef struct _DOCWRTEPUBOPTIONS
{
[DOCWRTOPTIONS](docwrtoptions.html) Options;
[L_VOID](leadtools-basic-data-types.html) * pReserved;
} DOCWRTEPUBOPTIONS, * pDOCWRTEPUBOPTIONS;
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:
- Unlimited number of pages
- Fully searchable documents
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.
LEADTOOLS Raster Imaging C API Help