public class InfxResource extends BooleanResource
Class InfxResource. This resource contains information about blending of clipped element.
LayerResource
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_TOOL_KEY
The type tool info key.
|
PSB_RESOURCE_SIGNATURE, RESOURCE_SIGNATURE
Constructor and Description |
---|
InfxResource()
Initializes a new instance of the
InfxResource class. |
InfxResource(boolean blendInteriorElements)
Initializes a new instance of the
InfxResource class. |
InfxResource(byte[] data)
Initializes a new instance of the
InfxResource class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getBlendInteriorElements()
Gets a value indicating whether [blend interior elements].
|
int |
getKey()
Gets the layer resource key.
|
void |
setBlendInteriorElements(boolean value)
Sets a value indicating whether [blend interior elements].
|
getLength, getPsdVersion, getSignature, save
toString
public static final int TYPE_TOOL_KEY
The type tool info key.
public InfxResource(boolean blendInteriorElements)
Initializes a new instance of the InfxResource
class.
blendInteriorElements
- if set to true
[blend interior elements].public InfxResource()
Initializes a new instance of the InfxResource
class.
public InfxResource(byte[] data)
Initializes a new instance of the InfxResource
class.
With custom or unknown value
data
- The resource data.com.aspose.ms.System.ArgumentException
- Invalid infx Resource valuepublic final boolean getBlendInteriorElements()
Gets a value indicating whether [blend interior elements].
public final void setBlendInteriorElements(boolean value)
Sets a value indicating whether [blend interior elements].
value
- a value indicating whether [blend interior elements].public int getKey()
Gets the layer resource key.
getKey
in class LayerResource