TextRunInstance.ProcessedWithError Property

Definition

Gets a Boolean value that indicates whether this TextRunInstance contains errors.

public:
 abstract property bool ProcessedWithError { bool get(); };
public abstract bool ProcessedWithError { get; }
member this.ProcessedWithError : bool
Public MustOverride ReadOnly Property ProcessedWithError As Boolean

Property Value

true if this TextRunInstance contains errors; otherwise, false.

Applies to