Class SvgReaderFactory
Inheritance
System.Object
SvgReaderFactory
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Common
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class SvgReaderFactory : ISvgReaderFactory
Constructors
SvgReaderFactory(IColorManagement)
Declaration
public SvgReaderFactory(IColorManagement colorManagement)
Parameters
| Type | Name | Description |
|---|---|---|
| IColorManagement | colorManagement |
Methods
Create(Stream, FontRegistry)
Declaration
public SvgReader Create(Stream stream, FontRegistry fontRegistry)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.Stream | stream | |
| Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry | fontRegistry |
Returns
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.Codecs.SvgReader |
Create(Stream, FontRegistry, Single)
Declaration
public SvgReader Create(Stream stream, FontRegistry fontRegistry, float dpi)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.Stream | stream | |
| Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry | fontRegistry | |
| System.Single | dpi |
Returns
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.Codecs.SvgReader |
Create(Stream, FontRegistry, Single, ColorProfile)
Declaration
public SvgReader Create(Stream stream, FontRegistry fontRegistry, float dpi, ColorProfile cmykColorProfile)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.Stream | stream | |
| Aurigma.GraphicsMill.AdvancedDrawing.FontRegistry | fontRegistry | |
| System.Single | dpi | |
| Aurigma.GraphicsMill.ColorProfile | cmykColorProfile |
Returns
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.Codecs.SvgReader |