Skip to main content

Interface ISvgReaderFactory

Namespace: Aurigma.DesignAtoms.Common.Interfaces
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface ISvgReaderFactory

Methods

Create

SvgReader Create(Stream stream, FontRegistry fontRegistry)
Parameters
TypeNameDescription
System.IO.Streamstream
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistryfontRegistry
Returns

Aurigma.GraphicsMill.Codecs.SvgReader

Create

SvgReader Create(Stream stream, FontRegistry fontRegistry, float dpi)
Parameters
TypeNameDescription
System.IO.Streamstream
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistryfontRegistry
System.Singledpi
Returns

Aurigma.GraphicsMill.Codecs.SvgReader

Create

SvgReader Create(Stream stream, FontRegistry fontRegistry, float dpi, ColorProfile cmykColorProfile)
Parameters
TypeNameDescription
System.IO.Streamstream
Aurigma.GraphicsMill.AdvancedDrawing.FontRegistryfontRegistry
System.Singledpi
Aurigma.GraphicsMill.ColorProfilecmykColorProfile
Returns

Aurigma.GraphicsMill.Codecs.SvgReader

Was this page helpful?