Jpeg2000LoadOptions Class
Contents
[
Hide
]Summary: JPEG2000 load options
Module: aspose.imaging.imageloadoptions
Full Name: aspose.imaging.imageloadoptions.Jpeg2000LoadOptions
Inheritance: LoadOptions
Constructors
Name | Description |
---|---|
Jpeg2000LoadOptions() | Initializes a new instance of the Jpeg2000LoadOptions class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
buffer_size_hint | int | r/w | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. |
concurrent_image_processing | bool | r/w | Gets or sets a value indicating whether [concurrent image processing]. |
data_background_color | Color | r/w | Gets or sets the Image background Color. |
data_recovery_mode | DataRecoveryMode | r/w | Gets or sets the data recovery mode. |
maximum_decoding_time | int | r/w | 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). |
maximum_decoding_time_for_tile | int | r/w | Gets or sets the maximum decoding time for tile. |
use_icc_profile_conversion | bool | r/w | Gets or sets a value indicating whether ICC profile conversion should be applied. |
Constructor: Jpeg2000LoadOptions()
Jpeg2000LoadOptions()
Initializes a new instance of the Jpeg2000LoadOptions class.