L_DocWriterFinish

Summary

Writes the created document to the file system.

Syntax

#include "l_bitmap.h"

L_LTDOCWRT_API L_INT EXT_FUNCTION L_DocWriterFinish(hDocument)

Parameters

DOCUMENTWRITER_HANDLE hDocument

Handle to an existing Document. This handle is obtained by calling the L_DocWriterInit function.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

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

Platforms

Win32, x64.

See Also

Functions

Topics

Example

For an example, refer to L_DocWriterInit.

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

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.