[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.Security

Security Class

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

Inheritance
Security
Namespace: GrapeCity.Documents.Pdf.Security
Assembly: DS.Documents.Pdf.dll
Syntax
public class Security
Public Class Security

Properties

Name Description
DecryptHandler

Gets the SecurityHandlerBase used to decrypt PDF document during loading.

DecryptionStatus

Gets the decryption status of the loaded document.

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

Doc

Gets the GcPdfDocument object owning this object.

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().