# Wijmo_Barcode.Iquietzonewithaddon

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IQuietZoneWithAddOn Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Defines the option for quiet zone to include addOn symbol. The default unit will be Pixel if value type is number.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo_barcode.iquietzone.html" class="tsd-signature-type">IQuietZone</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">IQuietZoneWithAddOn</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_barcode.iquietzonewithaddon.html#addon" class="tsd-kind-icon">add<wbr>On</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_barcode.iquietzonewithaddon.html#bottom" class="tsd-kind-icon">bottom</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_barcode.iquietzonewithaddon.html#left" class="tsd-kind-icon">left</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_barcode.iquietzonewithaddon.html#right" class="tsd-kind-icon">right</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_barcode.iquietzonewithaddon.html#top" class="tsd-kind-icon">top</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="addon" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> addOn</h3>
								<div class="tsd-signature tsd-kind-icon">add<wbr>On<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Add on is the size of quiet zone between main symbol and add on symbol.</p>
									</div>
									<p>The default value for this property is <b>0</b>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="bottom" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> bottom</h3>
								<div class="tsd-signature tsd-kind-icon">bottom<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_barcode.iquietzone.html">IQuietZone</a>.<a href="wijmo_barcode.iquietzone.html#bottom">bottom</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p> The size of the quiet zone on the bottom of the barcode symbol.</p>
									</div>
									<p>The default value for this property is <b>0</b>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="left" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> left</h3>
								<div class="tsd-signature tsd-kind-icon">left<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_barcode.iquietzone.html">IQuietZone</a>.<a href="wijmo_barcode.iquietzone.html#left">left</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The size of the quiet zone on the left side of the barcode symbol.</p>
									</div>
									<p>The default value for this property is <b>0</b>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="right" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> right</h3>
								<div class="tsd-signature tsd-kind-icon">right<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_barcode.iquietzone.html">IQuietZone</a>.<a href="wijmo_barcode.iquietzone.html#right">right</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p> The size of the quiet zone on the right side of the barcode symbol.</p>
									</div>
									<p>The default value for this property is <b>0</b>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="top" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> top</h3>
								<div class="tsd-signature tsd-kind-icon">top<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_barcode.iquietzone.html">IQuietZone</a>.<a href="wijmo_barcode.iquietzone.html#top">top</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p> The size of the quiet zone on the top side of the barcode symbol.</p>
									</div>
									<p>The default value for this property is <b>0</b>.</p>
								</div>
							</section>
						</section>
					</div>