 | PdfPageCollectionDispose(Boolean) Method |
Releases all resources used by the PdfImageObject.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxprotected virtual void Dispose(
bool disposing
)
Protected Overridable Sub Dispose (
disposing As Boolean
)
protected:
virtual void Dispose(
bool disposing
)
abstract Dispose :
disposing : bool -> unit
override Dispose :
disposing : bool -> unit
protected void Dispose(
boolean disposing
)
function Dispose(disposing);
Parameters
- disposing Boolean
- true for SuppressFinalize
See Also