CodeGlyphX logo
CodeGlyphX

API Reference

Enum

OutputFormat

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

Supported output formats for rendered barcodes and QR codes.

Inheritance

  • Enum
  • OutputFormat

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 OutputFormat Unknown #

Unknown or unsupported format.

Value: 0
public const OutputFormat Png #

PNG image.

Value: 1
public const OutputFormat Svg #

SVG (text).

Value: 2
public const OutputFormat Svgz #

SVGZ (compressed SVG).

Value: 3
public const OutputFormat Html #

HTML (text).

Value: 4
public const OutputFormat Jpeg #

JPEG image.

Value: 5
public const OutputFormat Webp #

WebP image.

Value: 6
public const OutputFormat Bmp #

BMP image.

Value: 7
public const OutputFormat Ppm #

PPM image.

Value: 8
public const OutputFormat Pbm #

PBM image.

Value: 9
public const OutputFormat Pgm #

PGM image.

Value: 10
public const OutputFormat Pam #

PAM image.

Value: 11
public const OutputFormat Xbm #

XBM (text).

Value: 12
public const OutputFormat Xpm #

XPM (text).

Value: 13
public const OutputFormat Tga #

TGA image.

Value: 14
public const OutputFormat Ico #

ICO image.

Value: 15
public const OutputFormat Pdf #

PDF document.

Value: 16
public const OutputFormat Eps #

EPS document (text).

Value: 17
public const OutputFormat Ascii #

ASCII art (text).

Value: 18
public const OutputFormat Gif #

GIF image.

Value: 19
public const OutputFormat Tiff #

TIFF image.

Value: 20