typedef struct _DOCWRTSVGOPTIONS
{
DOCWRTOPTIONS Options;
L_VOID * pReserved;
} DOCWRTSVGOPTIONS, *pDOCWRTSVGOPTIONS;
The DOCWRTSVGOPTIONS structure provides information about a Scalable Vector Graphics format (SVG).
Options structure containing options for SVG format.
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() operator to calculate this value.
The structure is used by:
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document