public final class VogkResource extends LayerResource
The Vector Origination Data resource.
| Modifier and Type | Field and Description |
|---|---|
static int |
TypeToolKey
The type tool info key.
|
PsbResourceSignature, ResourceSignature| Constructor and Description |
|---|
VogkResource() |
| Modifier and Type | Method and Description |
|---|---|
int |
getKey()
Gets the layer resource key.
|
int |
getLength()
Gets the layer resource length in bytes.
|
int |
getPsdVersion()
Gets the minimal psd version required for layer resource.
|
VectorShapeOriginSettings[] |
getShapeOriginSettings()
Gets or sets the shape origin settings.
|
int |
getSignature()
Gets the layer resource signature.
|
int |
getVersion()
Gets or sets the version.
|
void |
save(StreamContainer streamContainer,
int psdVersion)
Saves the resource to the specified stream container.
|
void |
setShapeOriginSettings(VectorShapeOriginSettings[] value)
Gets or sets the shape origin settings.
|
void |
setVersion(int value)
Gets or sets the version.
|
toStringpublic static final int TypeToolKey
The type tool info key.
public int getSignature()
Gets the layer resource signature.
getSignature in class LayerResourcepublic int getKey()
Gets the layer resource key.
getKey in class LayerResourcepublic int getPsdVersion()
Gets the minimal psd version required for layer resource. 0 indicates no restrictions.
getPsdVersion in class LayerResourcepublic final int getVersion()
Gets or sets the version.
Value: The version.public final void setVersion(int value)
Gets or sets the version.
Value: The version.public int getLength()
Gets the layer resource length in bytes.
getLength in class LayerResourcepublic final VectorShapeOriginSettings[] getShapeOriginSettings()
Gets or sets the shape origin settings.
public final void setShapeOriginSettings(VectorShapeOriginSettings[] value)
Gets or sets the shape origin settings.
public void save(StreamContainer streamContainer, int psdVersion)
Saves the 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.