Class PrintSettings
Class which represents the setting for Printing and PrintPreview customizations.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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 |
---|
EditPrintManager |
Implements
System.ComponentModel.INotifyPropertyChanged