public final class LayerLockType
extends com.aspose.ms.System.Enum
Layer lock options
Modifier and Type | Field and Description |
---|---|
static int |
LockAll
Lock all properties of a layer
|
static int |
LockImagePixels
Partially lock a layer - Prevents modification of the layer’s pixels using the painting tools.
|
static int |
LockPosition
Partially lock a layer - Prevents the layer’s pixels from being moved.
|
static int |
LockTransparentPixels
Partially lock a layer - Confines editing to the opaque portions of the layer.
|
static int |
None
No layer lock
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
No layer lock
public static final int LockTransparentPixels
Partially lock a layer - Confines editing to the opaque portions of the layer. This option is equivalent to the Preserve Transparency option in earlier versions of Photoshop.
public static final int LockImagePixels
Partially lock a layer - Prevents modification of the layer’s pixels using the painting tools.
public static final int LockPosition
Partially lock a layer - Prevents the layer’s pixels from being moved.
public static final int LockAll
Lock all properties of a layer