SvgSaveOptions.SvgSaveOptions

SvgSaveOptions()

The default constructor.

[Obsolete("Use ImageSaveOptions(SaveFormat.Svg) instead and set ImageSaveOptions.ImageOrPrintOptions.OnePagePerSheet to true.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public SvgSaveOptions()

See Also


SvgSaveOptions(SaveFormat)

[Obsolete("Use SvgSaveOptions() constructor instead.")]
public SvgSaveOptions(SaveFormat saveFormat)

See Also