Class PrintPageCollation
Represents the class PrintPageCollation that contains the information of page Collation.
Inheritance
System.Object
PrintPageCollation
Namespace: Syncfusion.Windows.Shared.Printing
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class PrintPageCollation : Object
Constructors
PrintPageCollation()
Declaration
public PrintPageCollation()
Properties
Collation
Gets or sets the value to Specifies whether a printer collates output when it prints multiple copies of a multi-page print job.
Declaration
public Collation Collation { get; set; }
Property Value
Type |
---|
System.Printing.Collation |
CollationName
Gets or sets the value to the page Collation name.
Declaration
public string CollationName { get; set; }
Property Value
Type |
---|
System.String |
ImagePath
Gets or sets the value to the image path.
Declaration
public string ImagePath { get; set; }
Property Value
Type |
---|
System.String |