menu

WPF

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

    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.PrintPreviewWindowStyle
    PrintSettingsBase.PageHeight
    PrintSettingsBase.PageWidth
    PrintSettingsBase.PageHeaderHeight
    PrintSettingsBase.PageFooterHeight
    PrintSettingsBase.PageMargin
    PrintSettingsBase.PageHeaderTemplate
    PrintSettingsBase.PageFooterTemplate
    PrintSettingsBase.PropertyChanged
    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 class.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved