Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

QuietZone Property








Gets or sets the quiet zone value when writing an Aztec barcode.
Syntax
[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);
}

Property Value

An Int32 to be used when writing an Aztec barcode. The default value is 0.
Remarks

The quiet zone is optional.

Example

For an example, refer to AztecBarcodeWriteOptions.

Requirements

Target Platforms

See Also

Reference

AztecBarcodeWriteOptions Class
AztecBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features