CodeGlyphX logo
CodeGlyphX

API Reference

Enum

RenderMode

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

Output mode for vector-capable formats.

Inheritance

  • Enum
  • RenderMode

Remarks

Vector output is the default for PDF/EPS. Raster mode uses pixel rendering and is recommended when gradients, logos, or bitmap-only effects are needed.

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

Accepted by parameters

Values

public const RenderMode Vector #

Vector output (default).

Value: 0
public const RenderMode Raster #

Raster output.

Value: 1