Class ClientPrintJobGroup
Specifies information about a group of ClientPrintJob objects to be processed at the client side.
Inheritance
System.Object
ClientPrintJobGroup
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.SDK.Web
Assembly:cs.temp.dll.dll
Syntax
public class ClientPrintJobGroup
Methods
Add(ClientPrintJob)
Adds a ClientPrintJob object to the end of this list.
Declaration
public void Add(ClientPrintJob clientPrintJob)
Parameters
Type | Name | Description |
---|---|---|
ClientPrintJob | clientPrintJob | A ClientPrintJob object. |
GetContent()
Gets a byte array representing this ClientPrintJobGroup object.
Declaration
public byte[] GetContent()
Returns
Type | Description |
---|---|
System.Byte[] | A byte array representing this ClientPrintJobGroup object. |