L_SvgIsFlatDocument

Summary

Gets a value that indicates whether the SVG document is flat.

Syntax

#include "l_bitmap.h"

L_LTSVG_API L_INT L_SvgIsFlatDocument(docHandle, isFlat)

Parameters

const L_SvgNodeHandle docHandle

The SVG document handle to test.

L_BOOL* isFlat

Pointer to a variable to be updated.
TRUE if the SVG document has already been flattened, otherwise FALSE.

Returns

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

Comments

Support for SVG is only available in the Document and Medical Imaging toolkits.

For more information on flat SVG documents and bounds and resolution, refer to SVG Size, Bounds and Flat.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

See Also

Functions

Topics

Example

For an example, refer to L_SvgLoadDocument.

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

LEADTOOLS SVG C API Help

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