PDFsharp-net6

PdfPasswordProviderArgs

Namespace: PdfSharp.Pdf.IO

Encapsulates the arguments of the PdfPasswordProvider delegate.

public class PdfPasswordProviderArgs

Inheritance ObjectPdfPasswordProviderArgs

Fields

Password

Sets the password to open the document with.

public string Password;

Abort

When set to true the PdfReader.Open function returns null indicating that no PdfDocument was created.

public bool Abort;

Constructors

PdfPasswordProviderArgs()

public PdfPasswordProviderArgs()