←Select platform

QuietZone Property

Summary

Gets or sets the quiet zone value when writing an Aztec barcode.

Syntax
C#
VB
Objective-C
C++
Java
public int QuietZone { get; set; } 
Public Property QuietZone As Integer 
@property (nonatomic, assign) NSInteger quietZone 
public int getQuietZone() 
public void setQuietZone(int value) 
public: 
property int QuietZone { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly