Search Results for

    Show / Hide Table of Contents

    Interface IPrinterConfigurationProvider

    Interface for save and restore printer configuration

    Namespace: Simplic.Printing
    Assembly: Simplic.Printing.dll
    Syntax
    public interface IPrinterConfigurationProvider

    Methods

    | Improve this Doc View Source

    GetConfiguration(Guid)

    Get a printer and it's configuration

    Declaration
    Printer GetConfiguration(Guid id)
    Parameters
    Type Name Description
    System.Guid id

    Get a printer by unique id

    Returns
    Type Description
    Printer

    If found an instance of a printer will be returned

    | Improve this Doc View Source

    GetConfiguration(String)

    Get a printer and it's configuration

    Declaration
    Printer GetConfiguration(string name)
    Parameters
    Type Name Description
    System.String name

    Get Printer by unique name

    Returns
    Type Description
    Printer

    If found an instance of a printer will be returned

    | Improve this Doc View Source

    SaveConfiguration(Printer)

    Save a printer in the database

    Declaration
    void SaveConfiguration(Printer configuration)
    Parameters
    Type Name Description
    Printer configuration

    Instance of a printer

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx