DOCWRTSVGOPTIONS (original) (raw)

Summary

The DOCWRTSVGOPTIONS structure provides information about a Scalable Vector Graphics format (SVG).

Syntax

typedef struct _DOCWRTSVGOPTIONS { [DOCWRTOPTIONS](docwrtoptions.html) Options; [L_VOID](leadtools-basic-data-types.html) * pReserved; } DOCWRTSVGOPTIONS, *pDOCWRTSVGOPTIONS;

Members

Options

Options structure containing options for SVG format.

pReserved

Reserved for future use. Pass 0.

Comments

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 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:

LEADTOOLS Raster Imaging C API Help