PsdImage.AddLayerGroup
PsdImage.AddLayerGroup method
Adds the layer group.
public LayerGroup AddLayerGroup(string groupName, int index, bool startBehaviour)
Parameter | Type | Description |
---|---|---|
groupName | String | Name of the group. |
index | Int32 | The index of the layer to insert after. |
startBehaviour | Boolean | if set to true [start behaviour] than group will be in open state on start up, otherwise in minimized state. |
Return Value
Opening group layer
Exceptions
exception | condition |
---|---|
PsdImageException | Index must be in bounds of Layers count |
See Also
- class LayerGroup
- class PsdImage
- namespace Aspose.PSD.FileFormats.Psd
- assembly Aspose.PSD