PsdImage.ActiveLayer

PsdImage.ActiveLayer property

Gets or sets the active layer.

public Layer ActiveLayer { get; set; }

Property Value

The active layer.

Exceptions

exceptioncondition
TiffImageExceptionThere is no active layer and no layers in image.
PsdImageExceptionThe active layer cannot be set as it belongs to another image.

See Also