Table of Contents

Class SvgExchanger

Namespace
Macad.Exchange
Assembly
Macad.Exchange.dll
public sealed class SvgExchanger : ISketchExporter, ISketchImporter, IDrawingExporter, IExchanger
Inheritance
object
SvgExchanger
Implements

Constructors

public SvgExchanger()

Properties

public string Description { get; }
Property Value: string

public string[] Extensions { get; }
Property Value: string[]

public SvgExchanger.SvgSettings Settings { get; }
Property Value: SvgExchanger.SvgSettings

Methods

public bool CanExportToClipboard()
Returns: bool

public bool CanImportFromClipboard(Clipboard clipboard)
clipboard Clipboard
Returns: bool

public static bool _ReadFromClipboard(Clipboard clipboard, out Stream content)
clipboard Clipboard
content Stream
Returns: bool

public static bool _ReadFromFile(string fileName, out Stream content)
fileName string
content Stream
Returns: bool