Class EpubRenderer

Class EpubRenderer

Název místa: Aspose.Html.Rendering Sbírka: Aspose.HTML.dll (25.4.0)

Představuje EPub dokumentový renderer.

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

Inheritance

object Renderer Renderer EpubRenderer

Implements

IDisposable

Dědiční č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 metodu renderování několika EPub System.IO.Streams do specifických Aspose.Html.Rendering.IDevice.

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

Parameters

device IDevice

Výstupní zařízen.

timeout TimeSpan

System.TimeSpan, který představuje počet milisekund čekat, nebo System.TimeSpan, který představuje -1 milisekund čekat nekonečn.

sources Stream []a[]

Doklady EPUB jsou k dispozici.

Render(IDevice, CancellationToken, Params Stream[])

Definuje metodu renderování několika EPub dokumentů do konkrétního Aspose.Html.Rendering.IDevice, pomocí tokenu pro zrušení požádat o zrušení operace.

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

Parameters

device IDevice

Výstupní zařízen.

cancellationToken CancellationToken

Systém.Threading.CancellationToken pozorovat při čekání na dokončení úkolu.

sources Stream []a[]

Doklady EPUB jsou k dispozici.

Render(IDevice, Stream, Konfigurace)

Převod EPub dokumentu do specifikovaného Aspose.Html.Rendering.IDevice.

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

Parameters

device IDevice

a zařízen.

source Stream

Přehled EPUB.

configuration Configuration

a konfiguraci.

Render(IDevice, Stream, Konfigurace, TimeSpan)

Převod EPub dokumentu do specifikovaného Aspose.Html.Rendering.IDevice.renderování bude provedeno, jakmile nebudou provedeny žádné síťové operace pro nabíjecí zdroje, aktivní časovače, animační úkoly nebo specifikované časovisko.

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

Parameters

device IDevice

a zařízen.

source Stream

Přehled EPUB.

configuration Configuration

a konfiguraci.

timeout TimeSpan

System.TimeSpan, který představuje počet milisekund čekat, nebo System.TimeSpan, který představuje -1 milisekund čekat nekonečn.

Render(Štěpánek, Ilist, Konfigurace)

Odstranit více EPub dokumentů do specifikovaných Aspose.Html.Rendering.IDevice.

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

Parameters

device IDevice

a zařízen.

sources IList < Stream >

System.Collections.Generic.IList`1 z EPub dokumenty k předán.

configuration Configuration

a konfiguraci.

Render(Štěpánek, Ilist, Konfigurace, TimeSpan)

Odstranit více EPub dokumentů do specifikovaných Aspose.Html.Rendering.IDevice.renderování bude provedeno, jakmile nebudou provedeny žádné síťové operace pro nabíjecí zdroje, aktivní časovače, animační úkoly nebo specifikované časovisko.

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

Parameters

device IDevice

a zařízen.

sources IList < Stream >

System.Collections.Generic.IList`1 z EPub dokumenty k předán.

configuration Configuration

a konfiguraci.

timeout TimeSpan

System.TimeSpan, který představuje počet milisekund čekat, nebo System.TimeSpan, který představuje -1 milisekund čekat nekonečn.

 Čeština