menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintingEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved