[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.SecurityHandlerBase

Class SecurityHandlerBase

Namespace
GrapeCity.Documents.Pdf.Security
Assembly
GcDocs.Pdf.dll

Base abstract class defining PDF Security Handler.

public abstract class SecurityHandlerBase : PdfDictWrapper, IPdfDict, IDisposable
Inheritance
object
SecurityHandlerBase
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

SecurityHandlerBase()

Initializes a new instance of the SecurityHandlerBase class.

public SecurityHandlerBase()

Methods

AssignFrom(SecurityHandlerBase)

Copies all property values from another object.

public virtual void AssignFrom(SecurityHandlerBase source)

Parameters

source SecurityHandlerBase

The source object.

Clone()

Create copy of this SecurityHandlerBase.

public SecurityHandlerBase Clone()

Returns

SecurityHandlerBase

Dispose()

Releases all resources used by the SecurityHandlerBase.

public void Dispose()

Dispose(bool)

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

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

~SecurityHandlerBase()

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

protected ~SecurityHandlerBase()