Table of Contents

Interface ISvgConverterProperties

Namespace
iText.Svg.Processors
Assembly
itext.svg.dll

Interface for the configuration classes used by ISvgProcessor

public interface ISvgConverterProperties

Methods

GetBaseUri()

Gets the base URI.

string GetBaseUri()

Returns

string

the base URI

GetCharset()

Get the name of the Charset to be used when decoding an InputStream.

string GetCharset()

Returns

string

the String name of the Encoding used for decoding

Remarks

Get the name of the Charset to be used when decoding an InputStream. This method is allowed to return null, in which case UTF-8 will be used (by JSoup).

Please be aware that this method is NOT used when handling a String variable in the SvgConverter.

GetFontProvider()

Gets the font provider.

FontProvider GetFontProvider()

Returns

FontProvider

the font provider

GetMediaDeviceDescription()

Gets the media device description.

MediaDeviceDescription GetMediaDeviceDescription()

Returns

MediaDeviceDescription

the media device description

GetRendererFactory()

Retrieve the factory responsible for creating ISvgNodeRenderer

ISvgNodeRendererFactory GetRendererFactory()

Returns

ISvgNodeRendererFactory

A ISvgNodeRendererFactory implementation

GetResourceRetriever()

Gets the resource retriever.

IResourceRetriever GetResourceRetriever()

Returns

IResourceRetriever

the resource retriever

Remarks

Gets the resource retriever. The resourceRetriever is used to retrieve data from resources by URL.