L_SvgFlatOptions

struct L_SvgFlatOptions 
{ 
   L_UINT StructSize; 
   L_SIZED Size; 
   L_SvgFlatFlags Flags; 
}; 
typedef struct L_SvgFlatOptions L_SvgFlatOptions; 

The L_SvgFlatOptions structure provides options to use when flattening an SVG document.

Member

Description

uStructSize Size of this structure. Use sizeof (L_SvgFlatOptions).
Size The physical size in pixels to use when flattening an SVG document.
Default value is 0, 0.
A value with width and height equal to zero means the size of the flattened SVG document from the position and size of the child elements will be calculated automatically.

Comments

Options to use when flattening an SVG document.

Used with L_SvgFlatDocument to set the options to use when flattening an SVG document.

For more information on flat SVG documents and bounds and resolution, refer to SVG Size, Bounds and Flat.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS SVG C API Help