Class WebPrintJobGroup
A group of WebPrintJob objects to be used in ASP.NET scenarios through the TLClientPrint utility.
Inheritance
System.Object
WebPrintJobGroup
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
public class WebPrintJobGroup
Properties
PrintJobs
Gets a list of WebPrintJob objects. Default is an empty list.
Declaration
public List<WebPrintJob> PrintJobs { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<WebPrintJob> |
Methods
CreateFromString(String)
Declaration
public void CreateFromString(string webPrintJobGroupData)
Parameters
Type | Name | Description |
---|---|---|
System.String | webPrintJobGroupData |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()