public class PlLdResource extends PlacedResource
Defines the PlLdResource class that contains information about a placed layer in the PSD file. Is is used to support smart object layers in the Adobe® Photoshop® images. It was replaced by SoLdResource in the Adobe® Photoshop® CS3
| Modifier and Type | Field and Description |
|---|---|
static int |
TypeToolKey
The type tool info key.
|
PsbResourceSignature, ResourceSignature| Constructor and Description |
|---|
PlLdResource()
Initializes a new instance of the
PlLdResource class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey()
Gets the PlLd resource key.
|
int |
getLength()
Gets the PlLd resource length in bytes.
|
int |
getPsdVersion()
Gets the minimal psd version required for the PlLd resource.
|
int |
getSignature()
Gets the PlLd resource signature.
|
void |
save(StreamContainer streamContainer,
int psdVersion)
Saves the PlLD resource to the specified stream container.
|
get_Item, getAntiAliasPolicy, getBottom, getBounds, getHorizontalMeshPoints, getHorizontalMeshPointUnit, getItems, getLeft, getPageNumber, getPerspective, getPerspectiveOther, getPlacedLayerType, getRight, getTop, getTotalPages, getTransformMatrix, getUniqueId, getUOrder, getValue, getVersion, getVerticalMeshPoints, getVerticalMeshPointUnit, getVOrder, isCustom, setAntiAliasPolicy, setBottom, setBounds, setCustom, setHorizontalMeshPoints, setHorizontalMeshPointUnit, setItems, setLeft, setPageNumber, setPerspective, setPerspectiveOther, setPlacedLayerType, setRight, setTop, setTotalPages, setTransformMatrix, setUniqueId, setUOrder, setValue, setVersion, setVerticalMeshPoints, setVerticalMeshPointUnit, setVOrdertoStringpublic static final int TypeToolKey
The type tool info key.
public PlLdResource()
Initializes a new instance of the PlLdResource class.
This default constructor is designed for using by PlLdResourceLoader.
Use SmartResourceCreator for creating PlLdResource classes.
public int getSignature()
Gets the PlLd resource signature.
getSignature in class PlacedResourcepublic int getKey()
Gets the PlLd resource key.
getKey in class LayerResourcepublic int getLength()
Gets the PlLd resource length in bytes.
getLength in class LayerResourcepublic int getPsdVersion()
Gets the minimal psd version required for the PlLd resource. 0 indicates no restrictions.
getPsdVersion in class LayerResourcepublic void save(StreamContainer streamContainer, int psdVersion)
Saves the PlLD resource to the specified stream container.
save in class LayerResourcestreamContainer - The stream container to save to.psdVersion - The PSD version.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.