L_CanLoadSvg2

Summary

Determines whether the specified image, document or vector file can be loaded as an SVG file.

Syntax

#include "l_bitmap.h"

L_LTFIL_API L_INT L_CanLoadSvg2(pszFile, pbSupported, pLoadOptions, pFileInfo)

Parameters

L_TCHAR *pszFile

Character string containing the name of the image file to load.

L_BOOL *pbSupported

Pointer to a variable to be updated. TRUE if the specified image, document or vector file can be loaded as SVG; otherwise, FALSE.

pLOADFILEOPTION pLoadOptions

Pointer to extended load options.

FILEINFO pFileInfo

Pointer to optional extended load options. Pass NULL to use the default load options.

Returns

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

Comments

Use this function to determine whether the specified image, document, or vector file supports being loaded as an SVG (Scalable Vector Graphics) file.

This is an optimized version of L_CanLoadSvg, and provides the same functionality and support, while using less memory.

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.

See Also

Functions

Topics

Example

For an example, refer to L_LoadSvg2.

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.