public final class IccProfileResource extends ResourceBlock
Represents the ICC profile resource.
ResourceBlock.ResourceBlockState
ResouceBlockMeSaSignature, 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, validateValues
public 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 ResourceBlock
public int getMinimalVersion()
Gets the minimal required PSD version.
Value: The minimal PSD version.getMinimalVersion
in class ResourceBlock