Class LoadFailedEventArgs
This event arguments provides the necessary information about document load failed event.
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class LoadFailedEventArgs : BaseEventArgs<LoadFailedEventArgs>
Constructors
LoadFailedEventArgs()
Declaration
public LoadFailedEventArgs()
Properties
DocumentName
Document name to be loaded into PDF Viewer.
Declaration
[JsonPropertyName("documentName")]
[JsonInclude]
public string DocumentName { get; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. |
IsPasswordRequired
Defines the document password protected state.
Declaration
[JsonPropertyName("isPasswordRequired")]
[JsonInclude]
public bool IsPasswordRequired { get; }
Property Value
| Type | Description |
|---|---|
| bool |
|