CompiledTextRunInstance.ProcessedWithError Property

Definition

Gets a Boolean value that indicates whether an error occurred while parsing the HTML.

public:
 virtual property bool ProcessedWithError { bool get(); };
public override bool ProcessedWithError { get; }
member this.ProcessedWithError : bool
Public Overrides ReadOnly Property ProcessedWithError As Boolean

Property Value

true if an error occurred while parsing the HTML; otherwise, false.

Applies to