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 or sets the ICC profile.
|
com.aspose.ms.System.IO.MemoryStream |
getIccProfileInternal_internalized() |
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
void |
setIccProfile(byte[] value)
Gets or sets the ICC profile.
|
void |
setIccProfileInternal_internalized(com.aspose.ms.System.IO.MemoryStream value) |
getID, getName, getSignature, getSize, save, setID, setName, setState_internalized, validateValues
public IccProfileResource()
Initializes a new instance of the IccProfileResource
class.
public byte[] getIccProfile()
Gets or sets the ICC profile.
Value: The ICC profile.public com.aspose.ms.System.IO.MemoryStream getIccProfileInternal_internalized()
public void setIccProfile(byte[] value)
Gets or sets the ICC profile.
Value: The ICC profile.public void setIccProfileInternal_internalized(com.aspose.ms.System.IO.MemoryStream value)
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
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.