typedef struct _DOCWRTLTDOPTIONS
{
DOCWRTOPTIONS Options;
L_VOID * pReserved;
} DOCWRTLTDOPTIONS, *pDOCWRTLTDOPTIONS;
The DOCWRTLTDOPTIONS structure provides information about a LEAD Temporary Document file.
Options structure containing options for LTD format.
Reserved for future use. Pass 0.
pDOCWRTLTDOPTIONS is a pointer to DOCWRTLTDOPTIONS structure. Generally, where a function parameter type is pDOCWRTLTDOPTIONS, you can declare a DOCWRTLTDOPTIONS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pDOCWRTLTDOPTIONS variable is necessary only if your program requires a pointer.
LEADTOOLS Temporary Document (LTD). This format creates a temporary file on disk that can later be converted to any of the other formats supported by the LEADTOOLS Document Writers. This format is intended to be used when creating a document with large amount of pages over multiple sessions (for example, in a server-based scenario).
The LEADTOOLS Document Writers support creating LTD documents. The following features are supported:
The uStructSize
at Options
structure should be set to the size of DOCWRTLTDOPTIONS, Use the sizeof() operator to calculate this value.
The structure is used by:
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