CodeGlyphX logo
CodeGlyphX

API Reference

Class

RenderExtras

Namespace CodeGlyphX.Rendering
Assembly CodeGlyphX
Modifiers sealed

Optional render extras for format-specific output.

Inheritance

  • Object
  • RenderExtras

Usage

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

Accepted by parameters

Constructors

Properties

public RenderMode VectorMode { get; set; } #

Vector or raster output for PDF/EPS.

public String HtmlTitle { get; set; } #

Optional HTML title (wraps HTML output).

public MatrixAsciiRenderOptions MatrixAscii { get; set; } #

ASCII render options for matrix codes.

public AsciiConsoleOptions AsciiConsole { get; set; } #

Console-friendly ASCII options (auto-fit).

public BarcodeAsciiRenderOptions BarcodeAscii { get; set; } #

ASCII render options for barcodes.

public BitMatrix[] GifFrames { get; set; } #

Optional GIF animation frames for matrix outputs.

public BitMatrix[] WebpFrames { get; set; } #

Optional WebP animation frames for matrix outputs.

public Barcode1D[] BarcodeGifFrames { get; set; } #

Optional GIF animation frames for barcode outputs.

public Barcode1D[] BarcodeWebpFrames { get; set; } #

Optional WebP animation frames for barcode outputs.

public Int32[] AnimationDurationsMs { get; set; } #

Optional per-frame durations (ms) for GIF/WebP animations.

public Int32 AnimationDurationMs { get; set; } #

Optional constant frame duration (ms) for GIF/WebP animations.

public GifAnimationOptions GifAnimationOptions { get; set; } #

Optional GIF animation options.

public WebpAnimationOptions WebpAnimationOptions { get; set; } #

Optional WebP animation options.

public TiffCompressionMode TiffCompression { get; set; } #

TIFF compression selection for TIFF outputs.