# Wijmo_Pdf.Ipdfimagedrawsettings

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IPdfImageDrawSettings Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the image drawing settings used by <a href="../classes/wijmo_pdf.pdfpagearea.html#drawimage">PdfPageArea.drawImage</a> method.</p>
								</div>
								<p>If neither width nor height options are provided, then the image will be rendered
									in its original size. If only width is provided, then the image will be scaled
									proportionally to fit in the provided width. If only height is provided, then the
									image will be scaled proportionally to fit in the provided height. If both width
									and height are provided, then image will be stretched to the dimensions depending
								on the stretchProportionally property.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IPdfImageDrawSettings</span>
									<ul class="tsd-hierarchy">
										<li>
											<a href="wijmo_pdf.ipdfsvgdrawsettings.html" class="tsd-signature-type">IPdfSvgDrawSettings</a>
										</li>
									</ul>
								</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.ipdfimagedrawsettings.html#align" class="tsd-kind-icon">align</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdfimagedrawsettings.html#height" class="tsd-kind-icon">height</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdfimagedrawsettings.html#stretchproportionally" class="tsd-kind-icon">stretch<wbr>Proportionally</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdfimagedrawsettings.html#valign" class="tsd-kind-icon">v<wbr>Align</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdfimagedrawsettings.html#width" class="tsd-kind-icon">width</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="align" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> align</h3>
								<div class="tsd-signature tsd-kind-icon">align<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_pdf.pdfimagehorizontalalign.html" class="tsd-signature-type">PdfImageHorizontalAlign</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Determines the horizontal alignment in case of proportional stretching.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="height" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> height</h3>
								<div class="tsd-signature tsd-kind-icon">height<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Determines the height of the image, in points.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="stretchproportionally" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> stretchProportionally</h3>
								<div class="tsd-signature tsd-kind-icon">stretch<wbr>Proportionally<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicates whether an image will be stretched proportionally or not, if both width
										and height options are provided.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="valign" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> vAlign</h3>
								<div class="tsd-signature tsd-kind-icon">v<wbr>Align<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_pdf.pdfimageverticalalign.html" class="tsd-signature-type">PdfImageVerticalAlign</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Determines the vertical alignment in case of proportional stretching.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="width" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> width</h3>
								<div class="tsd-signature tsd-kind-icon">width<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Determines the width of the image, in points.</p>
									</div>
								</div>
							</section>
						</section>
					</div>