Table of Contents

Enum PasswordValidity

Namespace
PdfSharp.Pdf.IO
Assembly
PdfSharp.dll

Determines the type of the password.

public enum PasswordValidity

Fields

Invalid = 0

Password is neither user nor owner password.

OwnerPassword = 2

Password is owner password.

UserPassword = 1

Password is user password.