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. |