Packages

 

com.aspose.imaging.imageloadoptions

Class Jpeg2000LoadOptions

  • All Implemented Interfaces:
    com.aspose.imaging_internal.progressmanagement.IProgressEventHandler


    public class Jpeg2000LoadOptions
    extends LoadOptions

    JPEG2000 load options

    • Constructor Detail

      • Jpeg2000LoadOptions

        public Jpeg2000LoadOptions()

        Initializes a new instance of the Jpeg2000LoadOptions class.

    • Method Detail

      • getMaximumDecodingTime

        public int getMaximumDecodingTime()

        Gets the maximum decoding time in seconds (this option can be used on very slow on memory machines to prevent hanging on process on very big images - resolution more than 5500x6500 pixels).

        Returns:
        The maximum decoding time.
      • setMaximumDecodingTime

        public void setMaximumDecodingTime(int value)

        Sets the maximum decoding time in seconds (this option can be used on very slow on memory machines to prevent hanging on process on very big images - resolution more than 5500x6500 pixels).

        Parameters:
        value - The maximum decoding time.