ConverterOutputFormat Property |
Public API of XMLmind XSL-FO Converter for .NET
The conversion output format.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public OutputFormat OutputFormat { get; set; }
Public Property OutputFormat As OutputFormat
Get
Set
public:
property OutputFormat OutputFormat {
OutputFormat get ();
void set (OutputFormat value);
}
Property Value
Type:
OutputFormatRemarks
This property specifies the conversion output format.
The default value is OutputFormat.Rtf (RTF format).
See Also