menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrintQueueOption - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PrintQueueOption

    Manage the printers and print jobs

    Inheritance
    System.Object
    NotificationObject
    PrintQueueOption
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    NotificationObject.PropertyChanged
    NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
    NotificationObject.RaisePropertyChanged(String)
    NotificationObject.RaisePropertyChanged(String[])
    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 PrintQueueOption : NotificationObject, INotifyPropertyChanged

    Constructors

    PrintQueueOption()

    Declaration
    public PrintQueueOption()

    Properties

    ImagePath

    Gets or sets the value to the image path.

    Declaration
    public Path ImagePath { get; set; }
    Property Value
    Type
    System.Windows.Shapes.Path

    IsDefault

    Gets or sets a value indicates whether a printer is default printer.

    Declaration
    public bool IsDefault { get; set; }
    Property Value
    Type
    System.Boolean

    PrintQueue

    Gets or sets the printers and print jobs.

    Declaration
    public PrintQueue PrintQueue { get; set; }
    Property Value
    Type
    System.Printing.PrintQueue

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved