menu

WPF

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

    Show / Hide Table of Contents

    Class PrintPageMargin

    Represents the class PrintPageMargin that contains the PageMarin informations.

    Inheritance
    System.Object
    NotificationObject
    PrintPageMargin
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    NotificationObject.RaisePropertyChanged(String)
    NotificationObject.RaisePropertyChanged(String[])
    NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
    NotificationObject.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.Shared.Printing
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class PrintPageMargin : NotificationObject, INotifyPropertyChanged

    Constructors

    PrintPageMargin()

    Declaration
    public PrintPageMargin()

    Properties

    ImagePath

    Gets or sets the value to the image path.

    Declaration
    public string ImagePath { get; set; }
    Property Value
    Type Description
    System.String

    MarginName

    Gets or set the value to the margin type.

    Declaration
    public string MarginName { get; set; }
    Property Value
    Type Description
    System.String

    Thickness

    Gets or sets the value to the thickness.

    Declaration
    public Thickness Thickness { get; set; }
    Property Value
    Type Description
    System.Windows.Thickness

    Implements

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