Renderer1.Render

Render(IDevice, TDocument)

Definierar metod för rendering!:TDocument till specificeradeIDevice .

public void Render(IDevice device, TDocument document)
ParameterTypBeskrivning
deviceIDeviceUtmatningsenheten.
documentTDocumentDokumentet.

Se även


Render(IDevice, TDocument, TimeSpan)

Definierar metod för rendering!:TDocument till specificeradeIDevice .

public void Render(IDevice device, TDocument document, TimeSpan timeout)
ParameterTypBeskrivning
deviceIDeviceUtmatningsenheten.
documentTDocumentDokumentet.
timeoutTimeSpanATimeSpan som representerar antalet millisekunder att vänta, eller aTimeSpan som representerar -1 millisekund för att vänta på obestämd tid.

Se även


Render(IDevice, TDocument, int)

Definierar metod för rendering!:TDocument till specificeradeIDevice .

public void Render(IDevice device, TDocument document, int timeout)
ParameterTypBeskrivning
deviceIDeviceUtmatningsenheten.
documentTDocumentDokumentet.
timeoutInt32Ett antal millisekunder som representerar antalet millisekunder att vänta, eller -1 millisekund för att vänta på obestämd tid.

Se även


Render(IDevice, params TDocument[])

Definierar metod för att rendera flera!:TDocument är i specifikaIDevice .

public void Render(IDevice device, params TDocument[] documents)
ParameterTypBeskrivning
deviceIDeviceUtmatningsenheten.
documentsTDocument[]Dokumenten som ska återges.

Se även


Render(IDevice, int, params TDocument[])

Definierar metod för att rendera flera!:TDocument är i specifikaIDevice .

public void Render(IDevice device, int timeout, params TDocument[] documents)
ParameterTypBeskrivning
deviceIDeviceUtmatningsenheten.
timeoutInt32Ett antal millisekunder som representerar antalet millisekunder att vänta, eller -1 millisekund för att vänta på obestämd tid.
documentsTDocument[]Dokumenten som ska återges.

Se även


Render(IDevice, TimeSpan, params TDocument[])

Definierar metod för att rendera flera!:TDocument är i specifikaIDevice .

public abstract void Render(IDevice device, TimeSpan timeout, params TDocument[] documents)
ParameterTypBeskrivning
deviceIDeviceUtmatningsenheten.
timeoutTimeSpanATimeSpan som representerar antalet millisekunder att vänta, eller aTimeSpan som representerar -1 millisekund för att vänta på obestämd tid.
documentsTDocument[]Dokumenten som ska återges.

Se även


Render(IDevice, CancellationToken, params TDocument[])

Definierar en metod för att rendera flera!:TDocument är i en specifikIDevice , med hjälp av en avbokningstoken för att begära avbrytning av operationen.

public abstract void Render(IDevice device, CancellationToken cancellationToken, 
    params TDocument[] documents)
ParameterTypBeskrivning
deviceIDeviceUtmatningsenheten.
cancellationTokenCancellationTokenACancellationToken att observera medan du väntar på att uppgiften ska slutföras.
documentsTDocument[]Dokumenten som ska återges.

Se även