ConverterSingleSidedLayout Property |
Public API of XMLmind XSL-FO Converter for .NET
A page layout specifier.
Namespace: XmlMind.FoConverterAssembly: xfc-api (in xfc-api.dll) Version: 6.3.0
Syntax public bool SingleSidedLayout { get; set; }
Public Property SingleSidedLayout As Boolean
Get
Set
public:
property bool SingleSidedLayout {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
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