←Select platform

QuietZone Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly