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.
|
toStringpublic 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 LayerResourcepublic 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 LayerResourcepublic int getPsdVersion()
Gets the psd version.
getPsdVersion in class LayerResourcepublic int getSignature()
Gets the signature.
getSignature in class LayerResourcepublic void save(StreamContainer streamContainer, int psdVersion)
Saves the layer record.
save in class LayerResourcestreamContainer - The stream container.psdVersion - The psd version.com.aspose.ms.System.NotImplementedException - Saving of 32 bit channels is not implementedCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.