menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintSettings - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PrintSettings

    Class which represents the setting for Printing and PrintPreview customizations.

    Inheritance
    System.Object
    PrintSettingsBase
    PrintSettings
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    PrintSettingsBase.OnPropertyChanged(String)
    PrintSettingsBase.Orientation
    PrintSettingsBase.PageFooterHeight
    PrintSettingsBase.PageFooterTemplate
    PrintSettingsBase.PageHeaderHeight
    PrintSettingsBase.PageHeaderTemplate
    PrintSettingsBase.PageHeight
    PrintSettingsBase.PageMargin
    PrintSettingsBase.PageWidth
    PrintSettingsBase.PrintPreviewWindowStyle
    PrintSettingsBase.PropertyChanged
    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.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class PrintSettings : PrintSettingsBase, INotifyPropertyChanged

    Constructors

    PrintSettings()

    Initializes a new instance of class.

    Declaration
    public PrintSettings()

    Properties

    EditPrintManager

    Gets or Sets the EditPrintManager

    Declaration
    public EditPrintManager EditPrintManager { get; set; }
    Property Value
    Type
    EditPrintManager

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved