CodeGlyphX logo
CodeGlyphX

API Reference

Enum

ImageDecodeLimitKind

Namespace CodeGlyphX.Rendering
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Limit type for image decode guard violations.

Inheritance

  • Enum
  • ImageDecodeLimitKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ImageDecodeLimitKind MaxBytes #

Input exceeded byte size limit.

Value: 0
public const ImageDecodeLimitKind MaxPixels #

Image dimensions exceeded pixel limit.

Value: 1
public const ImageDecodeLimitKind MaxAnimationFrames #

Animation exceeded maximum frame count.

Value: 2
public const ImageDecodeLimitKind MaxAnimationDurationMs #

Animation exceeded total duration limit.

Value: 3
public const ImageDecodeLimitKind MaxAnimationFramePixels #

Animation frame exceeded pixel limit.

Value: 4