Class Jpeg2000LoadOptions
Namespace: Aspose.Imaging.ImageLoadOptions
Assembly: Aspose.Imaging.dll (25.2.0)
JPEG2000 load options
public class Jpeg2000LoadOptions : LoadOptions
Inheritance
object ← LoadOptions ← Jpeg2000LoadOptions
Inherited Members
LoadOptions.AddCustomFontSource(CustomFontSource, params object[]), LoadOptions.DataRecoveryMode, LoadOptions.DataBackgroundColor, LoadOptions.UseIccProfileConversion, LoadOptions.BufferSizeHint, LoadOptions.ProgressEventHandler, LoadOptions.ConcurrentImageProcessing, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Jpeg2000LoadOptions()
Initializes a new instance of the Aspose.Imaging.ImageLoadOptions.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
MaximumDecodingTimeForTile
Gets or sets the maximum decoding time for tile.
public int MaximumDecodingTimeForTile { get; set; }