Class EpubRenderer

Class EpubRenderer

Pôvodný názov: Aspose.Html.Rendering Zhromaždenie: Aspose.HTML.dll (25.4.0)

Predstavuje EPub dokument renderer.

[ComVisible(true)]
public class EpubRenderer : Renderer<stream>, IDisposable

Inheritance

object Renderer Renderer EpubRenderer

Implements

IDisposable

Z dedičných členov

Renderer.Render(IDevice, Stream) , Renderer.Render(IDevice, Stream, TimeSpan) , Renderer.Render(IDevice, Stream, int) , Renderer.Render(IDevice, params Stream[]) , Renderer.Render(IDevice, int, params Stream[]) , Renderer.Render(IDevice, TimeSpan, params Stream[]) , Renderer.Render(IDevice, CancellationToken, params Stream[]) , Renderer.Dispose() , Renderer.Dispose(bool) , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

EpubRenderer()

public EpubRenderer()

Methods

Render(IDevice, TimeSpan, Params Stream[])

Definuje metódu renderovania viacerých EPub System.IO.Streams do špecifických Aspose.Html.Rendering.IDevice.

public override void Render(IDevice device, TimeSpan timeout, params Stream[] sources)

Parameters

device IDevice

Výstupné zariadenie .

timeout TimeSpan

System.TimeSpan, ktorý predstavuje počet milisekund na čakanie, alebo System.TimeSpan, ktorý predstavuje -1 milisekund na čakanie nekonečne.

sources Stream []

EPUB dokumenty, ktoré sa majú odovzdať.

Render(IDevice, CancellationToken, Params Stream[])

Definuje metódu renderovania viacerých EPub dokumentov do konkrétneho Aspose.Html.Rendering.IDevice, pomocou tokenu zrušenia požiadať o zrušenie operácie.

public override void Render(IDevice device, CancellationToken cancellationToken, params Stream[] sources)

Parameters

device IDevice

Výstupné zariadenie .

cancellationToken CancellationToken

Systém.Threading.CancellationToken pozorovať, zatiaľ čo čaká na dokončenie úlohy.

sources Stream []

EPUB dokumenty, ktoré sa majú odovzdať.

Render(IDevice, Stream, Konfigurácia)

Zariadenie EPub dokumentu do špecifikovaného Aspose.Html.Rendering.IDevice.

public void Render(IDevice device, Stream source, Configuration configuration)

Parameters

device IDevice

a zariadenie .

source Stream

Z EPUB dokumentov.

configuration Configuration

na konfiguráciu .

Render(IDevice, Stream, Konfigurácia, TimeSpan)

Zariadenie EPub dokumentu do špecifikovaného Aspose.Html.Rendering.IDevice.renderovanie sa uskutoční, keď nie sú vykonané žiadne sieťové operácie pre nabíjacie zdroje, aktívne časovače, animované úlohy alebo špecifikovaný časový výstup.

public void Render(IDevice device, Stream source, Configuration configuration, TimeSpan timeout)

Parameters

device IDevice

a zariadenie .

source Stream

Z EPUB dokumentov.

configuration Configuration

na konfiguráciu .

timeout TimeSpan

System.TimeSpan, ktorý predstavuje počet milisekund na čakanie, alebo System.TimeSpan, ktorý predstavuje -1 milisekund na čakanie nekonečne.

Render(Názov: Ilist , Konfigurácia)

Zariadenie viacerých EPub dokumentov do špecifikovaných Aspose.Html.Rendering.IDevice.

public void Render(IDevice device, IList<stream> sources, Configuration configuration)

Parameters

device IDevice

a zariadenie .

sources IList < Stream >

System.Collections.Generic.IList`1 EPub dokumenty predložiť.

configuration Configuration

na konfiguráciu .

Render(Názov: Ilist , Konfigurácia , TimeSpan)

Zariadenie viacerých EPub dokumentov do špecifikovaných Aspose.Html.Rendering.IDevice.renderovanie sa uskutoční, keď nie sú vykonané žiadne sieťové operácie pre nabíjacie zdroje, aktívne časovače, animované úlohy alebo špecifikovaný časový výstup.

public void Render(IDevice device, IList<stream> sources, Configuration configuration, TimeSpan timeout)

Parameters

device IDevice

a zariadenie .

sources IList < Stream >

System.Collections.Generic.IList`1 EPub dokumenty predložiť.

configuration Configuration

na konfiguráciu .

timeout TimeSpan

System.TimeSpan, ktorý predstavuje počet milisekund na čakanie, alebo System.TimeSpan, ktorý predstavuje -1 milisekund na čakanie nekonečne.

 Slovenčina