public final class IccProfileResource extends ResourceBlock
Represents the ICC profile resource.
ResourceBlock.ResourceBlockState
RESOUCE_BLOCK_SIGNATURE
Constructor and Description |
---|
IccProfileResource()
Initializes a new instance of the
IccProfileResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getDataSize()
Gets the resource data size in bytes.
|
byte[] |
getIccProfile()
Gets the ICC profile.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
void |
setIccProfile(byte[] value)
Sets the ICC profile.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public IccProfileResource()
Initializes a new instance of the IccProfileResource
class.
public byte[] getIccProfile()
Gets the ICC profile.
public void setIccProfile(byte[] value)
Sets the ICC profile.
Value:value
- The ICC profile.public int getDataSize()
Gets the resource data size in bytes.
getDataSize
in class ResourceBlock
public int getMinimalVersion()
Gets the minimal required PSD version.
getMinimalVersion
in class ResourceBlock
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.