[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.SecurityHandlerBase

SecurityHandlerBase Class

Base abstract class defining PDF Security Handler.

Implements
Namespace: GrapeCity.Documents.Pdf.Security
Assembly: GcDocs.Pdf.dll
Syntax
public abstract class SecurityHandlerBase : PdfDictWrapper, IPdfDict, IDisposable

Constructors

Name Description
SecurityHandlerBase()

Initializes a new instance of the SecurityHandlerBase class.

Methods

Name Description
AssignFrom(SecurityHandlerBase)

Copies all property values from another object.

Clone()

Create copy of this SecurityHandlerBase.

Dispose()

Releases all resources used by the SecurityHandlerBase.

Dispose(bool)

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

~SecurityHandlerBase()

Releases unmanaged resources and performs other cleanup operations before the SecurityHandlerBase is reclaimed by garbage collection.

Extension Methods