Click or drag to resize
ConverterSingleSidedLayout Property
Public API of XMLmind XSL-FO Converter for .NET
A page layout specifier.

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

Property Value

Type: Boolean
Remarks
By default RTF, WML and Open XML output documents are given a double-sided page layout regardless of the input document properties. To force a single-sided page layout this property must be set to true.
See Also