[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.PasswordMatches

PasswordMatches Enum

Defines the flags that describe a PDF's password protection status.

See PasswordMatches property for details.

Namespace: GrapeCity.Documents.Pdf.Security
Assembly: DS.Documents.Pdf.dll
Syntax
[Flags]
public enum PasswordMatches
<Flags>
Public Enum PasswordMatches

Fields

Name Description
None

The document is not encrypted.

OwnerPasswordEmpty

The document is encrypted with an empty Owner password.

OwnerPasswordMatch

The password passed to the Load(Stream, byte[]) or Load(Stream, string) method matches the document's Owner password.

UserPasswordEmpty

The document is encrypted with an empty User password.

UserPasswordMatch

The password passed to the Load(Stream, byte[]) or Load(Stream, string) method matches the document's User password.