[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.Security

Class Security

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

Provides security and encryption services and manages permissions for GcPdfDocument objects.

public class Security
Inheritance
object
Security
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

DecryptHandler

Gets the SecurityHandlerBase used to decrypt PDF document during loading.

public SecurityHandlerBase DecryptHandler { get; }

Property Value

SecurityHandlerBase

DecryptionStatus

Gets the decryption status of the loaded document.

This property has meaning only if a document has been loaded.

public DecryptionStatus DecryptionStatus { get; }

Property Value

DecryptionStatus

Doc

Gets the GcPdfDocument object owning this object.

public GcPdfDocument Doc { get; }

Property Value

GcPdfDocument

EncryptHandler

Gets or sets the SecurityHandlerBase used to encrypt PDF document during saving. Same SecurityHandlerBase can not be used for DecryptHandler and EncryptHandler, use Clone().

public SecurityHandlerBase EncryptHandler { get; set; }

Property Value

SecurityHandlerBase