# Wijmo_Pdf.Ipdfdocumentinfo

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IPdfDocumentInfo Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the document information used by <a href="../classes/wijmo_pdf.pdfdocument.html#info">PdfDocument.info</a> property.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IPdfDocumentInfo</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.ipdfdocumentinfo.html#author" class="tsd-kind-icon">author</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdfdocumentinfo.html#creationdate" class="tsd-kind-icon">creation<wbr>Date</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdfdocumentinfo.html#keywords" class="tsd-kind-icon">keywords</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdfdocumentinfo.html#moddate" class="tsd-kind-icon">mod<wbr>Date</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdfdocumentinfo.html#subject" class="tsd-kind-icon">subject</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdfdocumentinfo.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="author" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> author</h3>
								<div class="tsd-signature tsd-kind-icon">author<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>Determines the name of the person who created the document.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="creationdate" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> creationDate</h3>
								<div class="tsd-signature tsd-kind-icon">creation<wbr>Date<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Date</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Determines the date and time the document was created on.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="keywords" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> keywords</h3>
								<div class="tsd-signature tsd-kind-icon">keywords<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>Determines the keywords associated with the document.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="moddate" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> modDate</h3>
								<div class="tsd-signature tsd-kind-icon">mod<wbr>Date<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Date</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Determines the date and time when the document was last modified.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="subject" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> subject</h3>
								<div class="tsd-signature tsd-kind-icon">subject<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>Determines the subject of the document.</p>
									</div>
								</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>Determines the title of the document.</p>
									</div>
								</div>
							</section>
						</section>
					</div>