Class PrintExtensions
Represents the class PrintExtensions that contains the static methods to the Printing options.
Inheritance
System.Object
PrintExtensions
Inherited Members
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.Windows.Shared.Printing
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public static class PrintExtensions
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. |