ConverterBaseUrl Property |
Public API of XMLmind XSL-FO Converter for .NET
The base URL of relative paths in attribute values.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public string BaseUrl { get; set; }
Public Property BaseUrl As String
Get
Set
public:
property String^ BaseUrl {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringRemarks
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