MhtmlRenderer.Render
Render(IDevice, TimeSpan, params Stream[])
Återger flera MHTML-dokument 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 override void Render(IDevice device, TimeSpan timeout, params Stream[] documents)
Parameter | Typ | Beskrivning |
---|---|---|
device | IDevice | Enheten. |
timeout | TimeSpan | ATimeSpan som representerar antalet millisekunder att vänta, eller aTimeSpan som representerar -1 millisekund för att vänta på obestämd tid. |
documents | Stream[] | Dokumenten som ska återges. |
Se även
- interface IDevice
- class MhtmlRenderer
- namnutrymme Aspose.Html.Rendering
- hopsättning Aspose.HTML
Render(IDevice, Stream, Configuration)
Återger MHTML-dokument till specificeratIDevice
.
public void Render(IDevice device, Stream document, Configuration configuration)
Parameter | Typ | Beskrivning |
---|---|---|
device | IDevice | Enheten. |
document | Stream | Dokumentet. |
configuration | Configuration | Konfigurationen. |
Se även
- interface IDevice
- class Configuration
- class MhtmlRenderer
- namnutrymme Aspose.Html.Rendering
- hopsättning Aspose.HTML
Render(IDevice, Stream, Configuration, TimeSpan)
Återger MHTML-dokument till specificeratIDevice
. 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, Stream document, Configuration configuration, TimeSpan timeout)
Parameter | Typ | Beskrivning |
---|---|---|
device | IDevice | Enheten. |
document | Stream | Dokumentet. |
configuration | Configuration | Konfigurationen. |
timeout | TimeSpan | ATimeSpan som representerar antalet millisekunder att vänta, eller aTimeSpan som representerar -1 millisekund för att vänta på obestämd tid. |
Se även
- interface IDevice
- class Configuration
- class MhtmlRenderer
- namnutrymme Aspose.Html.Rendering
- hopsättning Aspose.HTML
Render(IDevice, IList<Stream>, Configuration)
Återger flera MHTML-dokument till specificeradeIDevice
.
public void Render(IDevice device, IList<Stream> documents, Configuration configuration)
Parameter | Typ | Beskrivning |
---|---|---|
device | IDevice | Enheten. |
documents | IList`1 | DeIList av dokument att återge. |
configuration | Configuration | Konfigurationen. |
Se även
- interface IDevice
- class Configuration
- class MhtmlRenderer
- namnutrymme Aspose.Html.Rendering
- hopsättning Aspose.HTML
Render(IDevice, IList<Stream>, Configuration, TimeSpan)
Återger flera MHTML-dokument 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, IList<Stream> documents, Configuration configuration,
TimeSpan timeout)
Parameter | Typ | Beskrivning |
---|---|---|
device | IDevice | Enheten. |
documents | IList`1 | DeIList av dokument att återge. |
configuration | Configuration | Konfigurationen. |
timeout | TimeSpan | ATimeSpan som representerar antalet millisekunder att vänta, eller aTimeSpan som representerar -1 millisekund för att vänta på obestämd tid. |
Se även
- interface IDevice
- class Configuration
- class MhtmlRenderer
- namnutrymme Aspose.Html.Rendering
- hopsättning Aspose.HTML