[Visual Basic]
Public Sub Dispose()
[C#]
public void Dispose();
If you call Dispose() on the Document object, all items contained within that object will be disposed of, so if you want to use an item, please remove it from the Document object before Dispose() is called. If you want access to a page that is contained in the Pages collection of the Document object, please remove it from the Pages collection before you call Dispose() on the Document object.
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.