L_SvgIsFlatDocument

#include "l_bitmap.h"

L_LTSVG_API L_INT L_SvgIsFlatDocument(docHandle, isFlat)

const L_SvgNodeHandle docHandle;

SVG document handle

L_BOOL* isFlat;

pointer to a variable

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

Parameter

Description

docHandle The SVG document handle to test.
isFlat Pointer to a variable to be updated. TRUE if the SVG document has already been flattened, otherwise FALSE.

Returns

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

LTSVG
For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Platforms

Win32, x64, Linux.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS SVG C API Help