DocumentPageView.Dispose Method

Definition

Releases all resources used by the DocumentPageView.

protected void Dispose ();

Remarks

Call Dispose after finished using each DocumentPageView instance. After Dispose is called, the DocumentPageView is released for garbage collection and should no longer be referenced by the application. After calling Dispose and being released, the garbage collector can reclaim the DocumentPageView memory and resources. For more information, see Cleaning Up Unmanaged Resources and Implementing a Dispose Method.

Not

Always call Dispose as the final call to release each DocumentPageView instance. If Dispose is not called, the resources the DocumentPageView is using will not be freed until the garbage collector later calls the page viewer's Finalize method.

Applies to

Ürün Sürümler
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also