Table of Contents

Enum FlowDocumentExportFlags

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

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.