public final class IccProfileResource extends ResourceBlock
Represents the ICC profile resource.
ResourceBlock.ResourceBlockStateResouceBlockMeSaSignature, ResouceBlockSignature| 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 or sets the ICC profile.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
void |
setIccProfile(byte[] value)
Gets or sets the ICC profile.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValuespublic IccProfileResource()
Initializes a new instance of the IccProfileResource class.
public final byte[] getIccProfile()
Gets or sets the ICC profile.
Value: The ICC profile.public final void setIccProfile(byte[] value)
Gets or sets the ICC profile.
Value: The ICC profile.public int getDataSize()
Gets the resource data size in bytes.
Value: The resource data size.getDataSize in class ResourceBlockpublic int getMinimalVersion()
Gets the minimal required PSD version.
Value: The minimal PSD version.getMinimalVersion in class ResourceBlockCopyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.