CodeGlyphX logo
CodeGlyphX

API Reference

Enum

OutputKind

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

Output kind for a rendered asset.

Inheritance

  • Enum
  • OutputKind

Usage

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

Returned or exposed by

Values

public const OutputKind Binary #

Binary output (bytes).

Value: 0
public const OutputKind Text #

Text output (string).

Value: 1