Interface IFrameConfigHandler
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IFrameConfigHandler
Methods
GetConfig(Frame)
Declaration
IPsdFrameConfig GetConfig(Frame frame)
Parameters
| Type |
Name |
Description |
| Aurigma.GraphicsMill.Codecs.Frame |
frame |
|
Returns
GetConfig(Layer)
Declaration
IIdmlFrameConfig GetConfig(Layer layer)
Parameters
| Type |
Name |
Description |
| Aurigma.GraphicsMill.Codecs.Idml.Layer |
layer |
|
Returns
GetConfig(SpreadItem)
Declaration
IIdmlFrameConfig GetConfig(SpreadItem idmlItem)
Parameters
| Type |
Name |
Description |
| Aurigma.GraphicsMill.Codecs.Idml.SpreadItem |
idmlItem |
|
Returns
IsDesignPlaceholder(String)
Declaration
bool IsDesignPlaceholder(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Boolean |
|