Class PrintPageSize
Represents the clss PrintPageSize that contains the information of page size.
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 PrintPageSize : NotificationObject, INotifyPropertyChanged
Constructors
PrintPageSize()
Declaration
public PrintPageSize()
Properties
ImagePath
Gets or sets the value to the image path.
Declaration
public Path ImagePath { get; set; }
Property Value
Type |
---|
System.Windows.Shapes.Path |
PageSizeName
Gets or sets the value to the page type.
Declaration
public string PageSizeName { get; set; }
Property Value
Type |
---|
System.String |
PageSizeUnit
Gets or sets the Unit for pagesize.
Declaration
public PageSizeUnit PageSizeUnit { get; set; }
Property Value
Type |
---|
PageSizeUnit |
Size
Gets or sets the value to the page size.
Declaration
public Size Size { get; set; }
Property Value
Type |
---|
System.Windows.Size |
Remarks
Stores the size in cm.
Implements
System.ComponentModel.INotifyPropertyChanged