Class PsdParserContext
Inheritance
System.Object
PsdParserContext
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.Convert.Psd
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class PsdParserContext
Constructors
PsdParserContext(PsdReader, Single, Surface)
Declaration
public PsdParserContext(PsdReader psdReader, float rasterDpi, Surface surface = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.GraphicsMill.Codecs.Psd.PsdReader | psdReader | |
| System.Single | rasterDpi | |
| Surface | surface |
Properties
MissingFontsCollection
Declaration
public MissingFontsCollection MissingFontsCollection { get; }
Property Value
| Type | Description |
|---|---|
| MissingFontsCollection |
PsdReader
Declaration
public PsdReader PsdReader { get; set; }
Property Value
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.Codecs.Psd.PsdReader |
RasterDpi
Declaration
public float RasterDpi { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Surface
Declaration
public Surface Surface { get; set; }
Property Value
| Type | Description |
|---|---|
| Surface |
TemplateConfig
Declaration
public TemplateConfig TemplateConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| TemplateConfig |
Methods
AddMissingFonts(IEnumerable<String>)
Declaration
public void AddMissingFonts(IEnumerable<string> missingFonts)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<System.String> | missingFonts |