LayerMaskData.ImageData

LayerMaskData.ImageData property

Gets or sets the layer mask data (or combined / final mask if there is a vector mask) in the PSD file.

public byte[] ImageData { get; set; }

Property Value

The layer mask data in the PSD image.

See Also