CodeGlyphX logo
CodeGlyphX

API Reference

Class

RenderDefaults

Namespace CodeGlyphX.Rendering
Assembly CodeGlyphX
Modifiers static

Shared rendering defaults across formats.

Inheritance

  • Object
  • RenderDefaults

Fields

public const Int32 QrModuleSize #

Default module size for QR and 2D matrices.

Value: 6
public const Int32 QrQuietZone #

Default quiet zone size for QR and 2D matrices.

Value: 4
public static readonly Rgba32 QrForeground #

Default foreground color for QR and 2D matrices.

public static readonly Rgba32 QrBackground #

Default background color for QR and 2D matrices.

public const String QrForegroundCss #

Default foreground CSS color for QR and 2D matrices.

Value: #000
public const String QrBackgroundCss #

Default background CSS color for QR and 2D matrices.

Value: #fff
public const Int32 BarcodeModuleSize #

Default module size for 1D barcodes.

Value: 2
public const Int32 BarcodeQuietZone #

Default quiet zone size for 1D barcodes.

Value: 10
public const Int32 BarcodeHeightModules #

Default height in modules for 1D barcodes.

Value: 40
public static readonly Rgba32 BarcodeForeground #

Default foreground color for 1D barcodes.

public static readonly Rgba32 BarcodeBackground #

Default background color for 1D barcodes.

public const String BarcodeForegroundCss #

Default foreground CSS color for 1D barcodes.

Value: #000
public const String BarcodeBackgroundCss #

Default background CSS color for 1D barcodes.

Value: #fff
public const Int32 BarcodeLabelFontSize #

Default label font size in pixels for 1D barcodes.

Value: 12
public const Int32 BarcodeLabelMargin #

Default label margin in pixels for 1D barcodes.

Value: 4
public const String BarcodeLabelFontFamily #

Default label font family for 1D barcodes.

Value: Segoe UI, Arial, sans-serif