# Wijmo_Viewer.Zoommode

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								ZoomMode Enumeration
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Describes the supported zoom modes of FlexViewer.</p>
								</div>
							</div>
						</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>
												Enumeration members
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_viewer.zoommode.html#custom" class="tsd-kind-icon">Custom</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_viewer.zoommode.html#pagewidth" class="tsd-kind-icon">Page<wbr>Width</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_viewer.zoommode.html#wholepage" class="tsd-kind-icon">Whole<wbr>Page</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Enumeration members</h2>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="custom" class="tsd-anchor"></a>
								<h3>Custom</h3>
								<div class="tsd-signature tsd-kind-icon">Custom<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;0</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Custom zoom mode. The actual zoom factor is determined by the value of the <a href="../classes/wijmo_viewer.viewerbase.html#zoomfactor">ViewerBase.zoomFactor</a> property.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="pagewidth" class="tsd-anchor"></a>
								<h3>PageWidth</h3>
								<div class="tsd-signature tsd-kind-icon">Page<wbr>Width<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;1</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Pages are zoomed in or out as necessary to fit the page width in the view panel.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="wholepage" class="tsd-anchor"></a>
								<h3>WholePage</h3>
								<div class="tsd-signature tsd-kind-icon">Whole<wbr>Page<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;2</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Pages are zoomed in or out as necessary to fit the whole page in the view panel.</p>
									</div>
								</div>
							</section>
						</section>
					</div>