Class Jpeg2000LoadOptions
Jpeg2000LoadOptions class
JPEG2000 load options
public class Jpeg2000LoadOptions : LoadOptions
Constructors
| Name | Description |
|---|
| Jpeg2000LoadOptions() | Initializes a new instance of the Jpeg2000LoadOptions class. |
Properties
| Name | Description |
|---|
| BufferSizeHint { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. |
| ConcurrentImageProcessing { get; set; } | Gets or sets a value indicating whether [concurrent image processing]. |
| DataBackgroundColor { get; set; } | Gets or sets the Image background Color. |
| DataRecoveryMode { get; set; } | Gets or sets the data recovery mode. |
| MaximumDecodingTime { get; set; } | 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). |
| MaximumDecodingTimeForTile { get; set; } | Gets or sets the maximum decoding time for tile. |
| ProgressEventHandler { get; set; } | Gets or sets the progress event handler. |
Methods
| Name | Description |
|---|
| AddCustomFontSource(CustomFontSource, params object[]) | Adds the custom font source to supply image-specific fonts. |
See Also