L_SvgSortElementsCallback Function

Summary

Processes each SVG element from the L_SvgSortElements function.

Syntax

#include "l_bitmap.h"

L_INT pEXT_CALLBACK YourFunction(flatDocHandle, info, userData)

Parameters

const L_SvgNodeHandle flatDocHandle

Handle of the source SVG document.

const L_SvgElementInfo* info

Pointer to structure that contains information about the svg element.

L_VOID* userData

Void pointer that you can use to access a variable or structure containing data that your callback function needs. This gives you a way to receive data indirectly from the function that uses this callback function. This is the same pointer that you pass in the pUserData parameter of the L_SvgSortElements function. Keep in mind that this is a void pointer, which must be cast to the appropriate data type within your callback function.

Returns

Value Meaning
TRUE Continue to the next element, if any.
FALSE Stop enumerating.

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

Example

For an example, refer to L_SvgSortElements.

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.