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 |