Click or drag to resize
ConverterOutputFormat Property
Public API of XMLmind XSL-FO Converter for .NET
The conversion output format.

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

Property Value

Type: OutputFormat
Remarks
This property specifies the conversion output format. The default value is OutputFormat.Rtf (RTF format).
See Also