Class WebPrintJob
Specifies information about how a thermal label is printed, including the printer device settings, label orientation, number of copies, etc. to be used in ASP.NET scenarios by using the TLClientPrint utility.
Inheritance
System.Object
WebPrintJob
Inherited Members
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.SDK.Printing
Assembly:Neodynamic.SDK.ThermalLabel.dll
Syntax
Properties
Copies
Gets or sets the number of copies of the thermal label to print. Default value is 1
Declaration
public int Copies { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LicenseKey
Gets or sets the license key info.
Declaration
public string LicenseKey { get; set; }
Property Value
Type |
Description |
System.String |
|
LicenseOwner
Gets or sets the license owner info.
Declaration
public string LicenseOwner { get; set; }
Property Value
Type |
Description |
System.String |
|
PrinterSettings
Gets or sets information about the thermal printer used for printing.
Declaration
public PrinterSettings PrinterSettings { get; set; }
Property Value
PrintOrientation
Gets or sets the page orientation used to print the thermal label. Default value is Portrait
Declaration
public PrintOrientation PrintOrientation { get; set; }
Property Value
Replicates
Gets or sets the number of replicates of the thermal label to print. Default value is 0 (zero)
Declaration
public int Replicates { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ShowPrintDialog
Gets or sets whether a custom Print Dialog is displayed at the client machine. Default is false
Declaration
public bool ShowPrintDialog { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ThermalLabel
Gets or sets the ThermalLabel object to be printed out. Default value is Null
Declaration
public ThermalLabel ThermalLabel { get; set; }
Property Value
ThermalLabelGroup
Gets or sets a group of ThermalLabel objects to be printed out. Default value is Empty
Declaration
public List<ThermalLabel> ThermalLabelGroup { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<ThermalLabel> |
|
Methods
CreateFromString(String)
Declaration
public void CreateFromString(string webPrintJobData)
Parameters
Type |
Name |
Description |
System.String |
webPrintJobData |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()