Search Results for

    Show / Hide Table of Contents

    Class PrinterConfig

    Printer configuration class to obtain default printer settigns

    Inheritance
    object
    PrinterConfig
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class PrinterConfig

    Constructors

    PrinterConfig()

    Declaration
    public PrinterConfig()

    Fields

    ForceSystemConfig

    Declaration
    public static bool ForceSystemConfig
    Field Value
    Type Description
    bool

    PersistentConfiguration

    Declaration
    public static bool PersistentConfiguration
    Field Value
    Type Description
    bool

    flag

    Declaration
    public static object flag
    Field Value
    Type Description
    object

    Methods

    ConfigFile()

    Declaration
    public static string ConfigFile()
    Returns
    Type Description
    string

    DecodeEscapeString(string)

    Declaration
    public static string DecodeEscapeString(string source)
    Parameters
    Type Name Description
    string source
    Returns
    Type Description
    string

    GetConfigurablePrinters()

    Declaration
    public static Strings GetConfigurablePrinters()
    Returns
    Type Description
    Strings

    GetCutPaperOperation(PrinterSelectType)

    Declaration
    public static byte[] GetCutPaperOperation(PrinterSelectType printselect)
    Parameters
    Type Name Description
    PrinterSelectType printselect
    Returns
    Type Description
    byte[]

    GetCutPaperOption(PrinterSelectType)

    Declaration
    public static bool GetCutPaperOption(PrinterSelectType printselect)
    Parameters
    Type Name Description
    PrinterSelectType printselect
    Returns
    Type Description
    bool

    GetDriverName(PrinterSelectType)

    Declaration
    public static string GetDriverName(PrinterSelectType printselect)
    Parameters
    Type Name Description
    PrinterSelectType printselect
    Returns
    Type Description
    string

    GetOEMConvert(PrinterSelectType)

    Declaration
    public static bool GetOEMConvert(PrinterSelectType printselect)
    Parameters
    Type Name Description
    PrinterSelectType printselect
    Returns
    Type Description
    bool

    GetOpenDrawerOperation(PrinterSelectType)

    Declaration
    public static byte[] GetOpenDrawerOperation(PrinterSelectType printselect)
    Parameters
    Type Name Description
    PrinterSelectType printselect
    Returns
    Type Description
    byte[]

    GetOpenDrawerOption(PrinterSelectType)

    Declaration
    public static bool GetOpenDrawerOption(PrinterSelectType printselect)
    Parameters
    Type Name Description
    PrinterSelectType printselect
    Returns
    Type Description
    bool

    GetPrinterName(PrinterSelectType)

    Declaration
    public static string GetPrinterName(PrinterSelectType printselect)
    Parameters
    Type Name Description
    PrinterSelectType printselect
    Returns
    Type Description
    string

    GetTextOnlyPrintDrivers()

    Declaration
    public static Strings GetTextOnlyPrintDrivers()
    Returns
    Type Description
    Strings

    ReloadParameters()

    Declaration
    public static void ReloadParameters()
    In this article
    Back to top Generated by DocFX