PreferredFormat Property

Navigation:  Reference Guide > Properties >

PreferredFormat Property

Previous pageReturn to chapter overviewNext page

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 Aztec .NET control 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 Aztec .NET control will also automatically choose an appropriate format with bigger data capacity to encode the string.

 

 

See Also

GetActualRC() Method