Table of Contents

Class PdfPasswordProviderArgs

Namespace
PdfSharp.Pdf.IO
Assembly
PdfSharp.dll

Encapsulates the arguments of the PdfPasswordProvider delegate.

public class PdfPasswordProviderArgs
Inheritance
PdfPasswordProviderArgs
Inherited Members

Constructors

PdfPasswordProviderArgs()

public PdfPasswordProviderArgs()

Fields

Abort

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

public bool Abort

Field Value

bool

Password

Sets the password to open the document with.

public string Password

Field Value

string