#include "l_bitmap.h"
L_LTDOCWRT_API L_INT EXT_FUNCTION L_DocWriterFinish(hDocument)
DOCUMENTWRITER_HANDLE hDocument; |
handle to an existing document |
Writes the created document to the file system.
Parameter |
Description |
hDocument |
Handle to an existing Document. This handle is obtained by calling the L_DocWriterInit function. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
This function uses the document handle to save a document file to disk using the path provided in the L_DocWriterInit function.
This function frees all allocated resources after creating the document file.
Required DLLs and Libraries
LtDocWrt_u.dll, LtDocWrt_x.dll |
Win32, x64.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET