Aspose.Imaging by Aspose

<PackageReference Include="Aspose.Imaging" Version="19.6.0" />

.NET API 7,691,328 bytes

 LoadOptions

public class LoadOptions
Represents the loading options.
public int BufferSizeHint { get; set; }

Gets or sets the buffer size hint which is defined max allowed size for all internal buffers.

public Color DataBackgroundColor { get; set; }

Gets or sets the Image background Color.

public DataRecoveryMode DataRecoveryMode { get; set; }

Gets or sets the data recovery mode.

public bool UseIccProfileConversion { get; set; }

Gets or sets a value indicating whether ICC profile conversion should be applied.

public LoadOptions()