typedef struct _DOCWRTEPUBOPTIONS
{
DOCWRTOPTIONS Options;
L_VOID * pReserved;
} DOCWRTEPUBOPTIONS, * pDOCWRTEPUBOPTIONS;
The DOCWRTEPUBOPTIONS structure provides information about eBooks Format (ePUB).
Options structure containing options for PUB format.
Reserved for future use. Pass 0.
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 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