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 . Renderingen kommer att utföras när det inte finns några nätverksoperationer för att ladda resurser, aktiva timers, animeringsuppgifter eller specificerad timeout har förflutit.

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 . Renderingen kommer att utföras när det inte finns några nätverksoperationer för att ladda resurser, aktiva timers, animeringsuppgifter eller specificerad timeout har förflutit.

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 . Renderingen kommer att utföras när det inte finns några nätverksoperationer för att ladda resurser, aktiva timers, animeringsuppgifter eller specificerad timeout har förflutit.

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 . Renderingen kommer att utföras när det inte finns några nätverksoperationer för att ladda resurser, aktiva timers, animeringsuppgifter eller specificerad timeout har förflutit.

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