Method Dispose
Dispose()
Closes the DocMaker.
Declaration
public void Dispose()
Dispose(Boolean)
Closes the DocMaker. The base implementation closes the
ContentSource, and it can be overridden to do more work (but make
sure to call base.Dispose(bool)
).
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |