public class Lr32Resource extends LayerResource
The lr32 resource.
Modifier and Type | Field and Description |
---|---|
static int |
TypeToolKey
The type tool info key.
|
PsbResourceSignature, ResourceSignature
Constructor and Description |
---|
Lr32Resource(int length)
Initializes a new instance of the
Lr32Resource class. |
Modifier and Type | Method and Description |
---|---|
int |
getKey()
Gets the layer resource key.
|
Layer[] |
getLayers()
Gets or sets the layers.
|
int |
getLength()
Gets the length.
|
int |
getPsdVersion()
Gets the psd version.
|
int |
getSignature()
Gets the signature.
|
void |
save(StreamContainer streamContainer,
int psdVersion)
Saves the layer record.
|
void |
setLayers(Layer[] value)
Gets or sets the layers.
|
toString
public static final int TypeToolKey
The type tool info key.
public Lr32Resource(int length)
Initializes a new instance of the Lr32Resource
class.
length
- The length.public int getKey()
Gets the layer resource key.
getKey
in class LayerResource
public final Layer[] getLayers()
Gets or sets the layers.
Value: The layers.public final void setLayers(Layer[] value)
Gets or sets the layers.
Value: The layers.public int getLength()
Gets the length.
getLength
in class LayerResource
public int getPsdVersion()
Gets the psd version.
getPsdVersion
in class LayerResource
public int getSignature()
Gets the signature.
getSignature
in class LayerResource
public void save(StreamContainer streamContainer, int psdVersion)
Saves the layer record.
save
in class LayerResource
streamContainer
- The stream container.psdVersion
- The psd version.com.aspose.ms.System.NotImplementedException
- Saving of 32 bit channels is not implemented