Packages

 

com.aspose.imaging.fileformats.psd.resources

Class PrintFlagsResource



  • public final class PrintFlagsResource
    extends ResourceBlock

    Print flags resource

    • Constructor Detail

      • PrintFlagsResource

        public PrintFlagsResource()

        Initializes a new instance of the PrintFlagsResource class.

    • Method Detail

      • getDataSize

        public int getDataSize()

        Gets the resource data size in bytes.

        Value: The resource data size.
        Specified by:
        getDataSize in class ResourceBlock
        Returns:
        The resource data size.
      • getMinimalVersion

        public int getMinimalVersion()

        Gets the minimal required PSD version.

        Value: The minimal PSD version.
        Specified by:
        getMinimalVersion in class ResourceBlock
        Returns:
        The minimal PSD version.
      • getVersion

        public short getVersion()

        Gets or sets the version.

        Value: The version.
      • setVersion

        public void setVersion(short value)

        Gets or sets the version.

        Value: The version.
      • getCenterCropMark

        public byte getCenterCropMark()

        Gets or sets the center crop mark.

        Value: The center crop mark.
      • setCenterCropMark

        public void setCenterCropMark(byte value)

        Gets or sets the center crop mark.

        Value: The center crop mark.
      • getBleedWidth

        public int getBleedWidth()

        Gets or sets the width of the bleed.

        Value: The width of the bleed.
      • setBleedWidth

        public void setBleedWidth(int value)

        Gets or sets the width of the bleed.

        Value: The width of the bleed.
      • getBleedScale

        public short getBleedScale()

        Gets or sets the bleed scale.

        Value: The bleed scale.
      • setBleedScale

        public void setBleedScale(short value)

        Gets or sets the bleed scale.

        Value: The bleed scale.