 | PdfDocumentDispose Method (Boolean) |
Releases all resources used by the PdfImageObject.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.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
- Type: SystemBoolean
true for SuppressFinalize
See Also