public final class WatermarkResource extends ResourceBlock
Watermark resource
ResourceBlock.ResourceBlockState
ResouceBlockMeSaSignature, ResouceBlockSignature
Constructor and Description |
---|
WatermarkResource()
Initializes a new instance of the
WatermarkResource class. |
Modifier and Type | Method and Description |
---|---|
int |
getDataSize()
Gets the resource data size in bytes.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
boolean |
isWatermark()
Gets or sets a value indicating whether this instance is watermark.
|
void |
setWatermark(boolean value)
Gets or sets a value indicating whether this instance is watermark.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public WatermarkResource()
Initializes a new instance of the WatermarkResource
class.
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
public final boolean isWatermark()
Gets or sets a value indicating whether this instance is watermark.
Value:true
if this instance is watermark; otherwise, false
.public final void setWatermark(boolean value)
Gets or sets a value indicating whether this instance is watermark.
Value:true
if this instance is watermark; otherwise, false
.