[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.DecryptionStatus

Enum DecryptionStatus

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

Defines the decryption status of a loaded document.

public enum DecryptionStatus

Fields

Failed = 2

Decryption failed.

NotEncrypted = 0

The loaded document is not encrypted.

Success = 1

The document was successfully decrypted.