Gets or sets the format of the Aztec barcode.
[Visual Basic .NET] Public Property PreferredFormat As enumPreferredFormat |
[C#] public enumPreferredFormat PreferredFormat {get; set;} |
Remarks
If you set PreferredFormat to pfAuto (Auto format), our AztecNet Class will automatically choose an appropriate format with enough data capacity to encode the string.
If you set PreferredFormat to other values and the data capacity of the selected format is not big enough to encode the string, our AztecNet Class will also automatically choose an appropriate format with bigger data capacity to encode the string.
See Also