# Wijmo_Pdf.Ipdfartifactoptions

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IPdfArtifactOptions Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the options of an artifact.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IPdfArtifactOptions</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.ipdfartifactoptions.html#attached" class="tsd-kind-icon">attached</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdfartifactoptions.html#bbox" class="tsd-kind-icon">bbox</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdfartifactoptions.html#type" class="tsd-kind-icon">type</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="attached" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> attached</h3>
								<div class="tsd-signature tsd-kind-icon">attached<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_pdf.pdfpageedge.html" class="tsd-signature-type">PdfPageEdge</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Specifies the edges of the page, if any, to which the pagination artifact is logically attached.</p>
									</div>
									<p>The default value is <strong>undefined</strong> which means that the artifact is not attached to any edge of the page.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="bbox" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> bbox</h3>
								<div class="tsd-signature tsd-kind-icon">bbox<span class="tsd-signature-symbol">:</span> <a href="../classes/wijmo.rect.html" class="tsd-signature-type">Rect</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The artifact's bounding box, in page area coordinates, in points.</p>
									</div>
									<p>The default value is <strong>undefined</strong> which means that the artifact's bounding box is not set.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="type" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> type</h3>
								<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_pdf.pdfartifacttype.html" class="tsd-signature-type">PdfArtifactType</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The type of the artifact.</p>
									</div>
									<p>The default value is <strong>undefined</strong> which means a general artifact.</p>
								</div>
							</section>
						</section>
					</div>