PsdImage.ActiveLayer
PsdImage.ActiveLayer property
Gets or sets the active layer.
public Layer ActiveLayer { get; set; }
Property Value
The active layer.
Exceptions
exception | condition |
---|---|
TiffImageException | There is no active layer and no layers in image. |
PsdImageException | The active layer cannot be set as it belongs to another image. |
See Also
- class Layer
- class PsdImage
- namespace Aspose.PSD.FileFormats.Psd
- assembly Aspose.PSD