alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PrintExtensions

    Represents the class PrintExtensions that contains the static methods to the Printing options.

    Inheritance
    System.Object
    PrintExtensions
    Namespace: Syncfusion.Windows.Shared.Printing
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public static class PrintExtensions : Object

    Methods

    GetParentWindow(DependencyObject)

    Used to the get the parent of current chid.

    Declaration
    public static Window GetParentWindow(DependencyObject child)
    Parameters
    Type Name Description
    System.Windows.DependencyObject child

    Represents a custom window that particicpates the printing.

    Returns
    Type Description
    System.Windows.Window

    Returns the parent window of the current child.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved