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.

Members

L_UINT StructSize

Size of this structure. Use sizeof (L_SvgFlatOptions).

L_SIZED 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.

L_SvgFlatFlags Flags

Provides options to use when flattening an SVG document.

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS SVG C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.