[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.SecurityHandlerBase.Dispose

Dispose Method

Dispose(bool)

Releases the unmanaged resources used by the SecurityHandlerBase and optionally releases the managed resources.

Declaration
protected virtual void Dispose(bool disposing)
Protected Overridable Sub Dispose(disposing As Boolean)
Parameters
Type Name Description
bool disposing

Dispose()

Releases all resources used by the SecurityHandlerBase.

Declaration
public void Dispose()
Public Sub Dispose()
Implements