DocumentPageView.Dispose 方法

定义

释放由 DocumentPageView 使用的所有资源。

protected:
 void Dispose();
protected void Dispose ();
member this.Dispose : unit -> unit
Protected Sub Dispose ()

注解

使用完每个DocumentPageView实例后调用Dispose。 调用后 Dispose ,将 DocumentPageView 释放垃圾回收,应用程序不应再引用它。 调用 Dispose 并释放后,垃圾回收器可以回收 DocumentPageView 内存和资源。 有关详细信息,请参阅 清理非托管资源实现 Dispose 方法

备注

始终调用 Dispose 作为释放每个实例的最终 DocumentPageView 调用。 如果未Dispose调用,则在垃圾回收器稍后调用页面查看器Finalize的方法之前,将使用的资源DocumentPageView将不会释放。

适用于

另请参阅