public class Lr16Resource extends LayerResource
The lr32 resource.
| Modifier and Type | Field and Description |
|---|---|
static int |
TypeToolKey
The type tool info key.
|
PsbResourceSignature, ResourceSignature| Constructor and Description |
|---|
Lr16Resource()
Initializes a new instance of the
Lr16Resource 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 resource length for the PSD header version of the image.
|
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 Lr16Resource()
Initializes a new instance of the Lr16Resource class.
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 resource length for the PSD header version of the image.
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.