Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Pdf.PdfSecurityHandler Class Reference

Represents types of Pdf Security Handler. More...

Inheritance diagram for SolidFramework.Pdf.PdfSecurityHandler:
SolidFramework.Pdf.PdfCertificateSecurityHandler SolidFramework.Pdf.PdfPasswordSecurityHandler

Public Member Functions

virtual void Dispose ()
 
bool Equals (SolidFramework.Pdf.PdfSecurityHandler other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (SolidFramework.Pdf.PdfSecurityHandler obj1, SolidFramework.Pdf.PdfSecurityHandler obj2)
 
static bool operator!= (SolidFramework.Pdf.PdfSecurityHandler obj1, SolidFramework.Pdf.PdfSecurityHandler obj2)
 

Properties

bool IsOwner [get]
 Gets a value indicating whether this instance is owner. More...
 
SolidFramework.Pdf.AccessPermissions Permissions [get]
 Gets the permissions. More...
 
SolidFramework.Pdf.EncryptionAlgorithm EncryptionAlgorithm [get]
 Gets the encryption algorithm. More...
 

Detailed Description

Represents types of Pdf Security Handler.

Property Documentation

◆ EncryptionAlgorithm

SolidFramework.Pdf.EncryptionAlgorithm SolidFramework.Pdf.PdfSecurityHandler.EncryptionAlgorithm
get

Gets the encryption algorithm.

The encryption algorithm.

◆ IsOwner

bool SolidFramework.Pdf.PdfSecurityHandler.IsOwner
get

Gets a value indicating whether this instance is owner.

true if this instance is owner; otherwise, false.

◆ Permissions

SolidFramework.Pdf.AccessPermissions SolidFramework.Pdf.PdfSecurityHandler.Permissions
get

Gets the permissions.

The permissions.