LayerMaskDataFull.UserMaskData

LayerMaskDataFull.UserMaskData property

Gets or sets the user (raster) mask data of a layer in the PSD file. (There is a raterized vector mask in the MaskData property).

public byte[] UserMaskData { get; set; }

Property Value

The layer image data in the PSD image.

See Also