Show / Hide Table of Contents

Class InstalledPrinter

It represents a printer installed in the client machine with an associated OS driver.

Inheritance
System.Object
ClientPrinter
InstalledPrinter
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: Neodynamic.Blazor
Assembly: cs.temp.dll.dll
Syntax
public class InstalledPrinter : ClientPrinter

Properties

AutoDetectRawModeDataType

Gets or sets whether to automatically detect Raw Mode Data Type based on the Windows printer driver model. Default is false.

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

DriverModel

Gets or sets the Windows driver model to use; set to 3 for driver model V3 or set to 4 for driver model V4. Default value is zero.

Declaration
public int DriverModel { get; set; }
Property Value
Type Description
System.Int32

Duplex

Gets or sets the printer's double-sided (duplex) printing capability. Default is the current printer's driver setting.

Declaration
public Duplex Duplex { get; set; }
Property Value
Type Description
Duplex

Id

Declaration
public override byte Id { get; }
Property Value
Type Description
System.Byte
Overrides
ClientPrinter.Id

MediaType

Gets or sets the name of the media type supported by the client printer. Default value is an empty string.

Declaration
public string MediaType { get; set; }
Property Value
Type Description
System.String

PaperName

Gets or sets the name of the Paper supported by the client printer. Default value is an empty string.

Declaration
public string PaperName { get; set; }
Property Value
Type Description
System.String

PrinterName

Gets or sets the name of the printer installed in the client machine. Default value is an empty string.

Declaration
public string PrinterName { get; set; }
Property Value
Type Description
System.String

PrintToDefaultIfNotFound

Gets or sets whether to print to Default printer in case of the specified one is not found or missing. Default is False.

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

TrayName

Gets or sets the name of the tray supported by the client printer. Default value is an empty string.

Declaration
public string TrayName { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com