alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class PrintPageRangeSelection

    Represents the class PrintPageRangeSelection that contains the information of PrintPageRangeSelection.

    Inheritance
    System.Object
    PrintPageRangeSelection
    Namespace: Syncfusion.Windows.Shared.Printing
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public class PrintPageRangeSelection : Object

    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 - 2026 Syncfusion Inc. All Rights Reserved