# Wijmo_Pdf.Ipdfsvgdrawsettings

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IPdfSvgDrawSettings Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the settings used by <a href="../classes/wijmo_pdf.pdfpagearea.html#drawsvg">PdfPageArea.drawSvg</a> method to draw a SVG image.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo_pdf.ipdfimagedrawsettings.html" class="tsd-signature-type">IPdfImageDrawSettings</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">IPdfSvgDrawSettings</span>
										</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 tsd-is-inherited"><a href="wijmo_pdf.ipdfsvgdrawsettings.html#align" class="tsd-kind-icon">align</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_pdf.ipdfsvgdrawsettings.html#height" class="tsd-kind-icon">height</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_pdf.ipdfsvgdrawsettings.html#stretchproportionally" class="tsd-kind-icon">stretch<wbr>Proportionally</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_pdf.ipdfsvgdrawsettings.html#urlresolver" class="tsd-kind-icon">url<wbr>Resolver</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_pdf.ipdfsvgdrawsettings.html#valign" class="tsd-kind-icon">v<wbr>Align</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_pdf.ipdfsvgdrawsettings.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 tsd-is-inherited">
								<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">
									<p>Inherited from <a href="wijmo_pdf.ipdfimagedrawsettings.html">IPdfImageDrawSettings</a>.<a href="wijmo_pdf.ipdfimagedrawsettings.html#align">align</a></p>
								</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 tsd-is-inherited">
								<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">
									<p>Inherited from <a href="wijmo_pdf.ipdfimagedrawsettings.html">IPdfImageDrawSettings</a>.<a href="wijmo_pdf.ipdfimagedrawsettings.html#height">height</a></p>
								</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 tsd-is-inherited">
								<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">
									<p>Inherited from <a href="wijmo_pdf.ipdfimagedrawsettings.html">IPdfImageDrawSettings</a>.<a href="wijmo_pdf.ipdfimagedrawsettings.html#stretchproportionally">stretchProportionally</a></p>
								</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="urlresolver" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> urlResolver</h3>
								<div class="tsd-signature tsd-kind-icon">url<wbr>Resolver<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Object</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Determines a callback function used to convert a relative URL to a URL that is correct for the current request path.
										The function gets passed the relative URL as its argument and should return the resolved URL.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<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">
									<p>Inherited from <a href="wijmo_pdf.ipdfimagedrawsettings.html">IPdfImageDrawSettings</a>.<a href="wijmo_pdf.ipdfimagedrawsettings.html#valign">vAlign</a></p>
								</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 tsd-is-inherited">
								<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">
									<p>Inherited from <a href="wijmo_pdf.ipdfimagedrawsettings.html">IPdfImageDrawSettings</a>.<a href="wijmo_pdf.ipdfimagedrawsettings.html#width">width</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Determines the width of the image, in points.</p>
									</div>
								</div>
							</section>
						</section>
					</div>