Class PrintPageMargin
Represents the class PrintPageMargin that contains the PageMarin informations.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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.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 |
---|
System.String |
MarginName
Gets or set the value to the margin type.
Declaration
public string MarginName { get; set; }
Property Value
Type |
---|
System.String |
Thickness
Gets or sets the value to the thickness.
Declaration
public Thickness Thickness { get; set; }
Property Value
Type |
---|
System.Windows.Thickness |
Implements
System.ComponentModel.INotifyPropertyChanged