#include "l_bitmap.h"
L_LTSVG_API L_BOOL L_SvgIsRenderOptimizedDocument(flatDocHandle)
const L_SvgNodeHandle flatDocHandle; |
SVG document handle |
Gets a value that indicates whether the specified SVG document has optimized render data.
Parameter |
Description |
flatDocHandle | The SVG document handle to test. |
TRUE | The specified SVG document has optimized render data. |
FALSE | The specified SVG document does not have optimized render data, or an error occured. |
Support for SVG is only available in the Document and Medical Imaging toolkits.
For more information, refer to SVG Rendering.
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. |
Win32, x64, Linux.
Functions: | L_SvgRenderDocument, L_SvgBeginRenderOptimizeDocument, L_SvgEndRenderOptimizeDocument |
Topics: | Working with SVG |
SVG Rendering |
For an example, refer to L_SvgRenderDocument.