Click or drag to resize
ConverterTargetViewer Property
Public API of XMLmind XSL-FO Converter for .NET
The target RTF viewer.

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

Property Value

Type: TargetViewer
Remarks
This property specifies the target RTF viewer. It may be used to control the behaviour of XFC according to the distinctive features of a particular RTF viewer. Currently it is only used to circumvent an obscure bug in the RTF loader of MS-Word, which does not handle table cell padding tags correctly. When this property is set to TargetViewer.MSWord, XFC will swap top and left padding values in table cells to work around this bug. The default value is TargetViewer.Unspecified.
See Also