# Wijmo_Pdf.Ipdftagoptions

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IPdfTagOptions Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the <a href="wijmo_pdf.ipdftag.html">IPdfTag</a> settings used by <a href="../classes/wijmo_pdf.pdfdocument.html#tag">PdfDocument.tag</a> method.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IPdfTagOptions</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.ipdftagoptions.html#actual" class="tsd-kind-icon">actual</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdftagoptions.html#alt" class="tsd-kind-icon">alt</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdftagoptions.html#expanded" class="tsd-kind-icon">expanded</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdftagoptions.html#lang" class="tsd-kind-icon">lang</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdftagoptions.html#title" class="tsd-kind-icon">title</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="actual" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> actual</h3>
								<div class="tsd-signature tsd-kind-icon">actual<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Text that is an exact replacement for the tag element and its children.</p>
									</div>
									<p>The default value is <strong>undefined</strong> which means that the tag element has no replacement.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="alt" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> alt</h3>
								<div class="tsd-signature tsd-kind-icon">alt<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>An alternative description of the tag element and its children in human-redable form.</p>
									</div>
									<p>The default value is <strong>undefined</strong> which means that the tag element does not have an alternative description.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="expanded" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> expanded</h3>
								<div class="tsd-signature tsd-kind-icon">expanded<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The expanded form of an abbreviation (PDF 1.5)</p>
									</div>
									<p>The default value is <strong>undefined</strong> which means that the tag element does not have the expanded form of an abbreviation.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="lang" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> lang</h3>
								<div class="tsd-signature tsd-kind-icon">lang<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p> A language code specifying the natural language for all text in the tag element.</p>
									</div>
									<p>The language code is a 2-character ISO 639 language code (e.g. "en" for English or "ja" for Japanese) followed
										by an optional 2-character ISO 3166 country code (e.g. "US" for the United States or "JP" for Japan).
									For example: "en", "en-US", "ja-JP".</p>
									<p>The default value is <strong>undefined</strong> which means that the tag element does not have the default natural language.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="title" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> title</h3>
								<div class="tsd-signature tsd-kind-icon">title<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The title of the tag element, a text string representing it in human-redable form.</p>
									</div>
									<p>The default value is <strong>undefined</strong> which means that the tag element has no title.</p>
								</div>
							</section>
						</section>
					</div>