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 |