PDFsharp-net6

PasswordValidity

Namespace: PdfSharp.Pdf.IO

Determines the type of the password.

public enum PasswordValidity

Inheritance ObjectValueTypeEnumPasswordValidity
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Invalid 0 Password is neither user nor owner password.
UserPassword 1 Password is user password.
OwnerPassword 2 Password is owner password.