Click or drag to resize
ConverterBaseUrl Property
Public API of XMLmind XSL-FO Converter for .NET
The base URL of relative paths in attribute values.

Namespace: XmlMind.FoConverter
Assembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax
public string BaseUrl { get; set; }

Property Value

Type: String
Remarks
This property specifies the base URL of relative paths in attribute values (typically the src attribute of the external-graphic element). It may be used to control the behaviour of the default URI resolver implementation. (By default, paths are taken relative to the input source URL or the current directory if the input source URL is unknown.) Alternatively, an application may register its own URI resolver by calling the SetUriResolver method.
See Also