[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.SecurityHandlerBase

SecurityHandlerBase Class

Base abstract class defining PDF Security Handler.

Implements
Namespace: GrapeCity.Documents.Pdf.Security
Assembly: DS.Documents.Pdf.dll
Syntax
public abstract class SecurityHandlerBase : PdfDictWrapper, IPdfDict, IDisposable
Public MustInherit Class SecurityHandlerBase
    Inherits PdfDictWrapper
    Implements 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.

Extension Methods