Table of Contents

Method GetDocumentOut

Namespace
FrameworkSystems.FrameworkBase.Reporting
Assembly
FrameworkSystems.FrameworkBase.dll

GetDocumentOut(IGlobalObjects, guid)

Diese Methode liefert das herausgeschriebene Dokument.

Dazu muss der Druck mit dem Kommando Out ausgeführt worden sein und der Status des Druck-Jobs muss 3 (Gedruckt) sein.

public static byte[] GetDocumentOut(IGlobalObjects global, guid printJobId)

Parameters

global IGlobalObjects
printJobId guid

Returns

byte[]

Examples

byte[] pdfBytes = PrintQueue.GetDocumentOut(this.Global, new guid(sPrintJobID));