ImageResolver Class

Resolves an image URL for an image encountered in a PDF document.

public abstract class ImageResolver
Namespace
PdfToSvg
Package
PdfToSvg.NET (since v0.4.0)
Inheritance
System.Object PdfToSvg.ImageResolver

Constructors

ImageResolverInitializes a new instance of the ImageResolver class

Properties

DataUrlGets an image resolver that will embed images as data URLs in the resulting SVG.
DefaultGets the default image resolver used when no resolver is explicitly specified. Currently DataUrl is the default font resolver, but this can change in the future.

Methods

ResolveImageUrlCreates an URL for the specified image.

See Also

PdfToSvg Namespace