Class Jpeg2000LoadOptions
- Namespace
- Aspose.Imaging.ImageLoadOptions
- Assembly
- Aspose.Imaging.dll
JPEG2000 load options
public class Jpeg2000LoadOptions : LoadOptions
- Inheritance
-
Jpeg2000LoadOptions
- Inherited Members
Constructors
Jpeg2000LoadOptions()
Initializes a new instance of the Jpeg2000LoadOptions class.
public Jpeg2000LoadOptions()
Properties
MaximumDecodingTime
Gets or 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).
public int MaximumDecodingTime { get; set; }
Property Value
- int
The maximum decoding time.
MaximumDecodingTimeForTile
Gets or sets the maximum decoding time for tile.
public int MaximumDecodingTimeForTile { get; set; }
Property Value
- int
The maximum decoding time for tile.