WPF

Upgrade Guide User Guide Demos Support Forums Download
  • 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
    PrintQueueOption
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Printing
    Assembly: Syncfusion.SfShared.Wpf.dll
    Syntax
    public class PrintQueueOption : 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 Description
    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 Description
    System.Boolean

    PrintQueue

    Gets or sets the printers and print jobs.

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

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

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