ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF.XPS Namespace / ImGearXPSPrintOptions Class / PageRange Property




In This Topic
    PageRange Property
    In This Topic
    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