[]
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources. If you call dispose on this level that means that you are not suppose to use anything that is contained below this level. That means no pages, no fonts, etc.
public void Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.
protected virtual void Dispose(bool disposing)
Type | Name | Description |
---|---|---|
bool | disposing | Determines whether disposing is currently in progress. |