Class PrintingEventArgs
Provides data for PrintingEvent of the diagram.
Inheritance
System.Object
PrintingEventArgs
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public class PrintingEventArgs : Object
Properties
Cancel
Gets or sets a value that indicates whether a printing is a Cancel.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
CurrentPrintPage
Gets the CurrentPage of the document.
Declaration
public int CurrentPrintPage { get; }
Property Value
Type |
---|
System.Int32 |
PrintState
Gets the PrintStatus of the printing.
Declaration
public PrintStatus PrintState { get; }
Property Value
Type |
---|
PrintStatus |
TotalPrintCount
Gets the PageCount of the document.
Declaration
public int TotalPrintCount { get; }
Property Value
Type |
---|
System.Int32 |