SvgConversionOptions Class

Contains options affecting the behavior when a PDF page is converted to SVG.

public class SvgConversionOptions
Namespace
PdfToSvg
Package
PdfToSvg.NET (since v0.1.0)
Inheritance
System.Object PdfToSvg.SvgConversionOptions

Constructors

SvgConversionOptionsInitializes a new instance of the SvgConversionOptions class

Properties

CollapseSpaceEmbeddedFontExplicit spacing between letters below this threshold will be removed and merged to a single text span when using an embedded font.
CollapseSpaceLocalFontExplicit spacing between letters below this threshold will be removed and merged to a single text span when using a local font.
FontResolverGets or sets an implementation that will be used for deciding what font to be used for text included in the SVG.
ImageResolverGets or sets a class that is used to resolve URLs for images.
IncludeLinksDetermines whether web links from the PDF will be included in the generated SVG.
MinStrokeWidthGets or sets the minimum stroke width that will be used in the resulting SVG. If the PDF use a thinner stroke width, it will be replaced with this width.

See Also

PdfToSvg Namespace