Gets a list of WebPrintJob objects. Default is an empty list.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public List<WebPrintJob> PrintJobs { get; } |
Visual Basic |
---|
Public ReadOnly Property PrintJobs As List(Of WebPrintJob) Get |
Visual C++ |
---|
public: property List<WebPrintJob^>^ PrintJobs { List<WebPrintJob^>^ get (); } |