# Wijmo_Barcode.Iquietzone

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IQuietZone Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Defines the options to set the size of the quiet zone on all the sides of the barcode symbol.</p>
								</div>
								<p>The default unit of it will be Pixel if value type is number.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IQuietZone</span>
									<ul class="tsd-hierarchy">
										<li>
											<a href="wijmo_barcode.iquietzonewithaddon.html" class="tsd-signature-type">IQuietZoneWithAddOn</a>
										</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.iquietzone.html#bottom" class="tsd-kind-icon">bottom</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_barcode.iquietzone.html#left" class="tsd-kind-icon">left</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_barcode.iquietzone.html#right" class="tsd-kind-icon">right</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_barcode.iquietzone.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="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">
								</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">
								<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">
								</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">
								<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">
								</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">
								<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">
								</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>