Click or drag to resize

IGroupAdapterPrintGroupDocument Method

Print group document

Namespace:  PSI.Sox.Adapter.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
C#
AdapterPrintResponse PrintGroupDocument(
	long groupId,
	DocumentFormat documentFormat,
	PrinterDefinition printerDefinition
)

Parameters

groupId
Type: SystemInt64
group id
documentFormat
Type: DocumentFormat
document format
printerDefinition
Type: PrinterDefinition
printer definition

Return Value

Type: AdapterPrintResponse

[Missing <returns> documentation for "M:PSI.Sox.Adapter.Interfaces.IGroupAdapter.PrintGroupDocument(System.Int64,PSI.Sox.DocumentFormat,PSI.Sox.PrinterDefinition)"]

See Also