DocumentPageView.IsDisposed Property

Definition

Gets a value that indicates whether Dispose() has been called for this instance.

protected:
 property bool IsDisposed { bool get(); };
protected bool IsDisposed { get; }
member this.IsDisposed : bool
Protected ReadOnly Property IsDisposed As Boolean

Property Value

true if Dispose() has been called for this DocumentPageView; otherwise, false.

Applies to

See also