menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintPageRangeSelection - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PrintPageRangeSelection

    Represents the class PrintPageRangeSelection that contains the information of PrintPageRangeSelection.

    Inheritance
    System.Object
    PrintPageRangeSelection
    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 PrintPageRangeSelection

    Constructors

    PrintPageRangeSelection()

    Declaration
    public PrintPageRangeSelection()

    Properties

    ImagePath

    Gets or sets the value to the image path.

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

    PageRangeSelection

    Gets or sets the value to Specifies whether all the pages or only a limited range will be processed by an operation, usually printing.

    Declaration
    public PageRangeSelection PageRangeSelection { get; set; }
    Property Value
    Type
    System.Windows.Controls.PageRangeSelection

    PageRangeSelectionName

    Gets or sets the value to the page Collation name.

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