Class Jpeg2000LoadOptions
Numele spaţiului: Aspose.Imaging.ImageLoadOptions Asamblare: Aspose.Imaging.dll (25.4.0)
Opțiuni de încărcare JPEG2000
public class Jpeg2000LoadOptions : LoadOptions
Inheritance
object ← LoadOptions ← Jpeg2000LoadOptions
Membrii moștenitori
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()
Inițializează o nouă instanță a clasei Aspose.Imaging.ImageLoadOptions.Jpeg2000LoatOption.
public Jpeg2000LoadOptions()
Properties
MaximumDecodingTime
Obține sau stabilește timpul maxim de decodare în secunde (acesta opțiune poate fi utilizată pe mașini de memorie foarte lent pentru a preveni suspendarea procesului pe imagini foarte mari - rezoluție mai mare de 5500x6500 pixeli).
public int MaximumDecodingTime { get; set; }
Valoarea proprietății
MaximumDecodingTimeForTile
Obține sau stabilește timpul maxim de decodare pentru tile.
public int MaximumDecodingTimeForTile { get; set; }