Class PrintPageSize
Represents the clss PrintPageSize that contains the information of page size.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
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