'Declaration Public Enum UnsupportedContentHandlingMode Inherits System.Enum
public enum UnsupportedContentHandlingMode : System.Enum
Member | Description |
---|---|
Exclude | Do no load any portions of the unsupported content. |
IncludeAndHighlightContent | Include any portions of the unsupported content which can be loaded, but highlight them by merging in the RichTextDocument.UnsupportedContentHighlightSettings with the run settings of all loaded runs. |
IncludeContent | Include any portions of the unsupported content which can be loaded. |
IncludeMessage | Do no load any portions of the unsupported content and instead include a message specified by RichTextDocument.UnsupportedContentMessage. It will be highlighted by the RichTextDocument.UnsupportedContentHighlightSettings |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2