Class PngLoadOptions
Contents
[
Hide
]PngLoadOptions class
The png load options.
[Obsolete("Should be replaced with base \"LoadOptions\" class because it contains ony one obsolete \"StrictMode\" property.")]
public class PngLoadOptions : LoadOptions
Constructors
| Name | Description |
|---|---|
| PngLoadOptions() | The default constructor. |
Properties
| Name | Description |
|---|---|
| BufferSizeHint { get; set; } | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. |
| DataBackgroundColor { get; set; } | Gets or sets the Image background Color. |
| DataRecoveryMode { get; set; } | Gets or sets the data recovery mode. |
| ProgressEventHandler { get; set; } | Gets or sets the progress event handler. |
| StrictMode { get; set; } | Gets or sets a value indicating whether [strict mode]. |
| UseIccProfileConversion { get; set; } | Gets or sets a value indicating whether ICC profile conversion should be applied. |
See Also
- class LoadOptions
- namespace Aspose.PSD.ImageLoadOptions
- assembly Aspose.PSD