Enum FlowDocumentExportFlags
Determines behavior of the FlowDocument export.
[Flags]
public enum FlowDocumentExportFlags
Fields
IgnoreTextColors = 2
Specifies that document should ignore color information.
IncludeLineNumbers = 1
Specifies that numbers of lines should be included into document.
None = 0
Specifies that no flags are in effect.