L_DocWriterFreeOptions

#include "l_bitmap.h"

L_LTDOCWRT_API L_INT L_DocWriterFreeOptions(format, formatOptions)

Frees the memory used by the DOCWRTOPTIONS created with L_DocWriterCopyOptions.md or L_DocWriterGetDefaultOptions.

Parameters

DOCWRTFORMAT format

One of the DOCWRTFORMAT enumeration member that denotes the format type of formatOptions.

DOCWRTOPTIONS *formatOptions

Pointer to a structure containing the format options to free.

Returns

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

Comments

Use this function to free the destination DOCWRTOPTIONS structure created with a call to L_DocWriterCopyOptions or the structure obtained with L_DocWriterGetDefaultOptions.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

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

LEADTOOLS Raster Imaging C API Help