PsdLayerFlags

PsdLayerFlags enumeration

The Photoshop layer flags.

[Flags]
public enum PsdLayerFlags : byte

Values

Name Value Description
None 0 No flags are set.
TransparencyProtected 1 The transparency protected flag.
Visible 2 The visibility flag.
Obsolete 4 The obsolete flag.
HasUsefulInformation 8 Defines if bit 4 has useful information. 1 for Photoshop 5.0 and later,
PixelDataIrrelevantToAppearanceInDocument 10 The pixel data is irrelevant to appearance in a document.
Undocumented 20 An undocumented flag.

See Also