SvgRenderingContextImageHandling Enumeration

How images should be put into the SVG.

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public enum ImageHandling
Members
  Member name Value Description
None 0 No images embedded.
Placeholder 1 A placeholder will be used for all images
RelativeFiles 2 Images will be saved as files relative to the SVG location.
Embedded 3 Images will be embedded in base 64 format.
See Also