Click or drag to resize
ConverterUserStyles Property
Public API of XMLmind XSL-FO Converter for .NET
Specifies the location of an XML file containing the set of user styles to be used during the conversion.

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

Property Value

Type: String
Remarks

The value of this property is an URL in its string form (e.g. "file:///C:/My%20Folder/styles.xfc") or a filename (e.g. "C:\My Folder\styles.xfc"). A relative filename is relative to the current working directory.

By default, no user styles are used during formatting; only direct formatting/automatic styles.

See Also