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




In This Topic
    PrintQueue Property
    In This Topic
    Gets a queue that should be used to print the document.
    Syntax
    'Declaration
     
    Public ReadOnly Property PrintQueue As PrintQueue
    'Usage
     
    Dim instance As ImGearXPSPrintOptions
    Dim value As PrintQueue
     
    value = instance.PrintQueue
    public PrintQueue PrintQueue {get;}
    public: __property PrintQueue* get_PrintQueue();
    public:
    property PrintQueue^ PrintQueue {
       PrintQueue^ get();
    }

    Property Value

    System.Printing.PrintQueue value.
    See Also