Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > AztecBarcodeWriteOptions Class : QuietZone Property |
[DefaultValueAttribute()] [DescriptionAttribute("The number of free of all marking pixels that will be added per side when writing Aztec Code")] [DisplayNameAttribute("Quiet Zone")] [CategoryAttribute(" Options")] public int QuietZone {get; set;}
'Declaration
<DefaultValueAttribute()> <DescriptionAttribute("The number of free of all marking pixels that will be added per side when writing Aztec Code")> <DisplayNameAttribute("Quiet Zone")> <CategoryAttribute(" Options")> Public Property QuietZone As Integer
'Usage
Dim instance As AztecBarcodeWriteOptions Dim value As Integer instance.QuietZone = value value = instance.QuietZone
[DefaultValueAttribute()] [DescriptionAttribute("The number of free of all marking pixels that will be added per side when writing Aztec Code")] [DisplayNameAttribute("Quiet Zone")] [CategoryAttribute(" Options")] public int QuietZone {get; set;}
@property (nonatomic, assign) NSInteger quietZone
public int getQuietZone() public void setQuietZone(int value)
DefaultValueAttribute() DescriptionAttribute("The number of free of all marking pixels that will be added per side when writing Aztec Code") DisplayNameAttribute("Quiet Zone") CategoryAttribute(" Options") <br/>get_QuietZone();<br/>set_QuietZone(value);<br/>Object.defineProperty('QuietZone');
[DefaultValueAttribute()] [DescriptionAttribute("The number of free of all marking pixels that will be added per side when writing Aztec Code")] [DisplayNameAttribute("Quiet Zone")] [CategoryAttribute(" Options")] public: property int QuietZone { int get(); void set ( int value); }
The quiet zone is optional.
For an example, refer to AztecBarcodeWriteOptions.