Version

UnsupportedContentHandlingMode Enumeration

Represents the various ways to handle known rich content that cannot be fully supported or round-tripped.
Syntax
'Declaration
 
Public Enum UnsupportedContentHandlingMode 
   Inherits System.Enum
public enum UnsupportedContentHandlingMode : System.Enum 
Members
MemberDescription
ExcludeDo no load any portions of the unsupported content.
IncludeAndHighlightContentInclude 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.
IncludeContentInclude any portions of the unsupported content which can be loaded.
IncludeMessageDo 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
Requirements

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

See Also