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.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public string UserStyles { get; set; }
Public Property UserStyles As String
Get
Set
public:
property String^ UserStyles {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringRemarks 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