IPdfSvgDrawSettings Interface

File
wijmo.pdf.js
Module
wijmo.pdf
Implements
IPdfImageDrawSettings

Represents the settings used by drawSvg method to draw a SVG image.

Properties

Properties

urlResolver

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.

Type
Function