# Wijmo_Pdf.Ipdfpagesettings

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IPdfPageSettings Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the page settings.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IPdfPageSettings</span>
								</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_pdf.ipdfpagesettings.html#layout" class="tsd-kind-icon">layout</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdfpagesettings.html#margins" class="tsd-kind-icon">margins</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdfpagesettings.html#size" class="tsd-kind-icon">size</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="layout" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> layout</h3>
								<div class="tsd-signature tsd-kind-icon">layout<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_pdf.pdfpageorientation.html" class="tsd-signature-type">PdfPageOrientation</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Determines the layout of the page.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="margins" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> margins</h3>
								<div class="tsd-signature tsd-kind-icon">margins<span class="tsd-signature-symbol">:</span> <a href="wijmo_pdf.ipdfpagemargins.html" class="tsd-signature-type">IPdfPageMargins</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Determines the margins of the page.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="size" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> size</h3>
								<div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_pdf.pdfpagesize.html" class="tsd-signature-type">PdfPageSize</a><span class="tsd-signature-symbol"> | </span><a href="../classes/wijmo.size.html" class="tsd-signature-type">Size</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Determines the dimensions of the page.
										The following values are supported:</p>
										<ul>
											<li><b><a href="../enums/wijmo_pdf.pdfpagesize.html">PdfPageSize</a></b>: predefined sizes.</li>
											<li><b><a href="../classes/wijmo.size.html">Size</a></b>: custom sizes.</li>
										</ul>
									</div>
								</div>
							</section>
						</section>
					</div>