Class PrintSettings
Class which represents the setting for Printing and PrintPreview customizations.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public class PrintSettings : PrintSettingsBase, INotifyPropertyChanged
Constructors
PrintSettings()
Initializes a new instance of
Declaration
public PrintSettings()
Properties
EditPrintManager
Gets or Sets the EditPrintManager
Declaration
public EditPrintManager EditPrintManager { get; set; }
Property Value
Type | Description |
---|---|
EditPrintManager |
Implements
System.ComponentModel.INotifyPropertyChanged