ClientPrintJob PrintFileGroup Property Neodynamic WebClientPrint for ASP.NET Class Reference
Gets a group of PrintFile objects to be printed at the client side. Default is an empty list.

Namespace: Neodynamic.SDK.Web
Assembly: Neodynamic.SDK.WebClientPrint (in Neodynamic.SDK.WebClientPrint.dll) Version: 2.0.2000.0 (2.0.2000.2)
Syntax

public List<PrintFile> PrintFileGroup { get; }

Property Value

Type: OnlineList PrintFile 
See Also