ImageGear .NET - Updated
PageRange Property




ImageGear24.Wpf Assembly > ImageGear.WPF.XPS Namespace > ImGearXPSPrintOptions Class : PageRange Property
Gets the range of pages to be printed.
Syntax
'Declaration
 
Public ReadOnly Property PageRange As PageRange
'Usage
 
Dim instance As ImGearXPSPrintOptions
Dim value As PageRange
 
value = instance.PageRange
public PageRange PageRange {get;}
public: __property PageRange get_PageRange();
public:
property PageRange PageRange {
   PageRange get();
}

Property Value

System.Windows.Controls.PageRange structure.
See Also

Reference

ImGearXPSPrintOptions Class
ImGearXPSPrintOptions Members