Class EpubRenderer

Class EpubRenderer

A név: Aspose.Html.Rendering Összefoglaló: Aspose.HTML.dll (25.4.0)

Ez egy EPub dokumentum renderer.

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

Inheritance

object Renderer Renderer EpubRenderer

Implements

IDisposable

Örökletes tagok

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 és Params Stream[])

Meghatározza a módszert, hogy több EPub System.IO.Streams egy adott Aspose.Html.Rendering.IDevice.

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

Parameters

device IDevice

A kimeneti eszköz.

timeout TimeSpan

Egy System.TimeSpan, amely képviseli a millisekundák számát várni, vagy egy System.TimeSpan, amely képviseli -1 millisekundát várni végtelenül.

sources Stream []

Az EPUB dokumentumokat adja át.

Render(Idevice, CancellationToken, Params Stream[])

Meghatározza az EPub dokumentumok többszörös megjelenítésének módját egy adott Aspose.Html.Rendering.IDevice-ba, a művelet törlését kérő törlés token használatával.

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

Parameters

device IDevice

A kimeneti eszköz.

cancellationToken CancellationToken

A System.Threading.CancellationToken megfigyelni, miközben várja a feladat befejezését.

sources Stream []

Az EPUB dokumentumokat adja át.

Render(IDevice, áram, konfiguráció)

Renders EPub dokumentum a meghatározott Aspose.Html.Rendering.IDevice.

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

Parameters

device IDevice

A készülék.

source Stream

Az EPUB dokumentum.

configuration Configuration

A konfigurációt.

Render(IDevice, Stream, Konfiguráció, TimeSpan)

Renders EPub dokumentum a meghatározott Aspose.Html.Rendering.IDevice.A renderelés akkor történik, ha nincs hálózati művelet a terhelési erőforrásokra, az aktív időzítésekre, az animációs feladatokra vagy a meghatározott időzítésre.

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

Parameters

device IDevice

A készülék.

source Stream

Az EPUB dokumentum.

configuration Configuration

A konfigurációt.

timeout TimeSpan

Egy System.TimeSpan, amely képviseli a millisekundák számát várni, vagy egy System.TimeSpan, amely képviseli -1 millisekundát várni végtelenül.

Render(Székesfehérvár, Ilist, A konfiguráció)

Renders több EPub dokumentumok a meghatározott Aspose.Html.Rendering.IDevice.

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

Parameters

device IDevice

A készülék.

sources IList < Stream >

A System.Collections.Generic.IList`1 az EPub dokumentumok bemutatására.

configuration Configuration

A konfigurációt.

Render(Székesfehérvár, Ilist, Konfiguráció, TimeSpan)

Renders több EPub dokumentumok a meghatározott Aspose.Html.Rendering.IDevice.A renderelés akkor történik, ha nincs hálózati művelet a terhelési erőforrásokra, az aktív időzítésekre, az animációs feladatokra vagy a meghatározott időzítésre.

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

Parameters

device IDevice

A készülék.

sources IList < Stream >

A System.Collections.Generic.IList`1 az EPub dokumentumok bemutatására.

configuration Configuration

A konfigurációt.

timeout TimeSpan

Egy System.TimeSpan, amely képviseli a millisekundák számát várni, vagy egy System.TimeSpan, amely képviseli -1 millisekundát várni végtelenül.

 Magyar