API Reference
Class
AztecEncodeOptions
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
- Method AztecCode.Encode
- Method AztecCode.Encode
- Method AztecCode.Render
- Method AztecCode.Render
- Method AztecCode.Render
- Method AztecCode.Save
- Method AztecCode.Save
- Method AztecCode.Save
Constructors
public AztecEncodeOptions() #Inherited Methods
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.