C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the quiet zone value when writing an Aztec barcode.
public int QuietZone { get; set; }
Public Property QuietZone As Integer
public int QuietZone {get; set;}
@property (nonatomic, assign) NSInteger quietZone
public int getQuietZone()
public void setQuietZone(int value)
<br/>get_QuietZone();<br/>set_QuietZone(value);<br/>Object.defineProperty('QuietZone');
An Int32 to be used when writing an Aztec barcode. The default value is 0.
The quiet zone is optional.
For an example, refer to AztecBarcodeWriteOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET