menu

WPF

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

    Show / Hide Table of Contents

    Class PrintingEventArgs

    Inheritance
    System.Object
    System.EventArgs
    PrintingEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class PrintingEventArgs : EventArgs

    Constructors

    PrintingEventArgs()

    Declaration
    public PrintingEventArgs()

    Properties

    CancelPrinting

    Gets or sets a value indicating whether to cancel the printing or not.

    Declaration
    public bool CancelPrinting { get; set; }
    Property Value
    Type
    System.Boolean

    PrintDialog

    Gets or sets a value for print dialog.

    Declaration
    public Window PrintDialog { get; set; }
    Property Value
    Type
    System.Windows.Window

    PrintVisual

    Gets or sets a value for print visual.

    Declaration
    public Visual PrintVisual { get; set; }
    Property Value
    Type
    System.Windows.Media.Visual

    ShowPrintDialog

    Gets or sets a value indicating whether to show the print dialog or not.

    Declaration
    public bool ShowPrintDialog { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved