Table of Contents

Delegate PdfPasswordProvider

Namespace
PdfSharp.Pdf.IO
Assembly
PdfSharp.dll

A delegate used by the PdfReader.Open function to retrieve a password if the document is protected.

public delegate void PdfPasswordProvider(PdfPasswordProviderArgs args)

Parameters

args PdfPasswordProviderArgs

Constructors

PdfPasswordProvider(object, nint)

public PdfPasswordProvider(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(PdfPasswordProviderArgs, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(PdfPasswordProviderArgs args, AsyncCallback callback, object @object)

Parameters

args PdfPasswordProviderArgs
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(PdfPasswordProviderArgs)

public virtual void Invoke(PdfPasswordProviderArgs args)

Parameters

args PdfPasswordProviderArgs