public final class PrintFlagsResource extends ResourceBlock
Print flags resource
ResourceBlock.ResourceBlockState
RESOUCE_BLOCK_SIGNATURE
Constructor and Description |
---|
PrintFlagsResource()
Initializes a new instance of the
PrintFlagsResource class. |
Modifier and Type | Method and Description |
---|---|
short |
getBleedScale()
Gets or sets the bleed scale.
|
int |
getBleedWidth()
Gets or sets the width of the bleed.
|
byte |
getCenterCropMark()
Gets or sets the center crop mark.
|
int |
getDataSize()
Gets the resource data size in bytes.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
short |
getVersion()
Gets or sets the version.
|
void |
setBleedScale(short value)
Gets or sets the bleed scale.
|
void |
setBleedWidth(int value)
Gets or sets the width of the bleed.
|
void |
setCenterCropMark(byte value)
Gets or sets the center crop mark.
|
void |
setVersion(short value)
Gets or sets the version.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValues
public PrintFlagsResource()
Initializes a new instance of the PrintFlagsResource
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 short getVersion()
Gets or sets the version.
Value: The version.public void setVersion(short value)
Gets or sets the version.
Value: The version.public byte getCenterCropMark()
Gets or sets the center crop mark.
Value: The center crop mark.public void setCenterCropMark(byte value)
Gets or sets the center crop mark.
Value: The center crop mark.public int getBleedWidth()
Gets or sets the width of the bleed.
Value: The width of the bleed.public void setBleedWidth(int value)
Gets or sets the width of the bleed.
Value: The width of the bleed.public short getBleedScale()
Gets or sets the bleed scale.
Value: The bleed scale.public void setBleedScale(short value)
Gets or sets the bleed scale.
Value: The bleed scale.