Search Results for

    Show / Hide Table of Contents

    Class PrinterDevice

    Represents a printer device (windows printer)

    Inheritance
    System.Object
    PrinterDevice
    Namespace: Simplic.Printing
    Assembly: Simplic.Printing.dll
    Syntax
    public class PrinterDevice : UI.MVC.ViewModelBase

    Constructors

    | Improve this Doc View Source

    PrinterDevice(String)

    Create printerdevice and initialize basic settings

    Declaration
    public PrinterDevice(string queueName)
    Parameters
    Type Name Description
    System.String queueName

    Name of the printer on the current maschine

    Properties

    | Improve this Doc View Source

    QueueName

    Name of the printer queue

    Declaration
    public string QueueName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Settings

    Get or set the settings for the current printer

    Declaration
    public PrinterSettings Settings { get; set; }
    Property Value
    Type Description
    System.Drawing.Printing.PrinterSettings
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx