Occurs when an image is loaded from a weblocation to retrieve the credentials.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public event GetWebCredentialsEventHandler GetWebCredentials
Visual Basic
Public Event GetWebCredentials As GetWebCredentialsEventHandler

Remarks

Set the credentials in the arguments to perform authentication. To authenticate using the user running the application or the impersonated user (on ASP.NET) supply System.Net.CredentialCache.DefaultCredentials.

See Also