Class PrintStartEventArgs
This event arguments provide the necessary information about print start event.
Inherited Members
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
public class PrintStartEventArgs : BaseEventArgs<PrintStartEventArgs>
Constructors
PrintStartEventArgs()
Declaration
public PrintStartEventArgs()
Properties
Cancel
If it is true then the print operation will not work.
Declaration
[JsonPropertyName("cancel")]
public bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
|
FileName
File name of the currently loaded PDF document in the PDF Viewer.
Declaration
[JsonPropertyName("fileName")]
public string FileName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. |