typedef struct _DOCWRTSVGOPTIONS
{
DOCWRTOPTIONS Options;
L_VOID * pReserved;
} DOCWRTSVGOPTIONS, *pDOCWRTSVGOPTIONS;
The DOCWRTSVGOPTIONS structure provides information about a Scalable Vector Graphics format (SVG).
Member |
Description |
Options |
Options structure containing options for SVG format. |
pReserved |
Reserved for future use. Pass 0. |
pDOCWRTSVGOPTIONS is a pointer to DOCWRTSVGOPTIONS structure. Generally, where a function parameter type is pDOCWRTSVGOPTIONS, you can declare a DOCWRTSVGOPTIONS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pDOCWRTSVGOPTIONS variable is necessary only if your program requires a pointer.
The Scalable Vector Graphics file format is an Internet standard vector format for describing two-dimensional graphics in XML. SVG supports vector graphic shapes, images, and text. For more information about this format please refer to the World Wide Web Consortium (W3C) website https://www.w3.org/.
The LEADTOOLS Document Writers support creating SVG documents. The following features are supported:
The uStructSize at Options structure should be set to the size of DOCWRTSVGOPTIONS, Use the sizeof() macro to calculate this value.
This structure is used with the L_DocWriterInit function.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET