CodeGlyphX logo
CodeGlyphX

API Reference

Class

AztecEncodeOptions

Namespace CodeGlyphX.Aztec
Assembly CodeGlyphX
Modifiers sealed

Options for future Aztec encoding support.

Inheritance

  • Object
  • AztecEncodeOptions

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

public AztecEncodeOptions() #

Properties

public Nullable<Int32> Layers { get; set; } #

Target number of layers. When null, the encoder will choose automatically.

public Nullable<Int32> ErrorCorrectionPercent { get; set; } #

Target error correction percentage. When null, the encoder will choose automatically.

public Nullable<Boolean> Compact { get; set; } #

When true, encode as compact Aztec when possible.