Table of Contents

Enum GenericImageLoadFlags

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Interfaces.dll

Enumerates image load flags.

[Flags]
public enum GenericImageLoadFlags

Fields

Verbose = 1

Determines if the non-fatal (i.e.not preventing the file from being loaded completely) problems should result in the calls to log function. It is recommended to customize handling of these warnings, but if such warnings should be completely suppressed, clearing this flag provides a simple way to do it.

Remarks

This enumeration supports a bitwise combination of its member values.