public final class PsdLayerFlags
extends com.aspose.ms.System.Enum
The Photoshop layer flags.
Modifier and Type | Field and Description |
---|---|
static byte |
HasUsefulInformation
Defines if bit 4 has useful information.
|
static byte |
None
No flags are set.
|
static byte |
Obsolete
The obsolete flag.
|
static byte |
PixelDataIrrelevantToAppearanceInDocument
The pixel data is irrelevant to appearance in a document.
|
static byte |
TransparencyProtected
The transparency protected flag.
|
static byte |
Undocumented
An undocumented flag.
|
static byte |
Visible
The visibility flag.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final byte None
No flags are set.
public static final byte TransparencyProtected
The transparency protected flag.
public static final byte Visible
The visibility flag.
public static final byte Obsolete
The obsolete flag.
public static final byte HasUsefulInformation
Defines if bit 4 has useful information. 1 for Photoshop 5.0 and later,
public static final byte PixelDataIrrelevantToAppearanceInDocument
The pixel data is irrelevant to appearance in a document.
public static final byte Undocumented
An undocumented flag.