WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintPageCollation - WPF API Reference | Syncfusion that contains the information of page Collation. ">

    Show / Hide Table of Contents

    Class PrintPageCollation

    Represents the class that contains the information of page Collation.

    Inheritance
    System.Object
    PrintPageCollation
    Inherited Members
    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.Controls.Printing
    Assembly: Syncfusion.SfShared.Wpf.dll
    Syntax
    public class PrintPageCollation

    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 Description
    System.Printing.Collation

    CollationName

    Gets or sets the value to the page Collation name.

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

    ImagePath

    Gets or sets the value to the image path.

    Declaration
    public string ImagePath { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved