'Declaration Public Enum PasswordMatches Inherits System.Enum
public enum PasswordMatches : System.Enum
See StandardSecurityHandler.PasswordMatches property for details.
'Declaration Public Enum PasswordMatches Inherits System.Enum
public enum PasswordMatches : System.Enum
Member | Description |
---|---|
None | The document is not encrypted. |
OwnerPasswordEmpty | The document is encrypted with an empty Owner password. |
OwnerPasswordMatch | The password passed to the GrapeCity.Documents.Pdf.GcPdfDocument.Load 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 GrapeCity.Documents.Pdf.GcPdfDocument.Load or Load(Stream,String) method matches the document's User password. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Pdf.Security.PasswordMatches