Class EpubRenderer

Class EpubRenderer

Il nome: Aspose.Html.Rendering Assemblaggio: Aspose.HTML.dll (25.4.0)

Si tratta di un EPub Document Renderer.

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

Inheritance

object Renderer Renderer EpubRenderer

Implements

IDisposable

I membri ereditari

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

Definisce il metodo per rendere più EPub System.IO.Streams in specifici Aspose.Html.Rendering.IDevice.

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

Parameters

device IDevice

Il dispositivo di produzione.

timeout TimeSpan

Un System.TimeSpan che rappresenta il numero di millisecondi da aspettare, o un System.TimeSpan che rappresenta -1 millisecondi da aspettare indefinitamente.

sources Stream [ ]

I documenti EPUB da presentare.

Render(IDevice, CancellazioneToken, Params Stream[])

Definisce un metodo per rendere più documenti EPub in un specifico Aspose.Html.Rendering.IDevice, utilizzando un token di cancellazione per richiedere la cancellazione dell’operazione.

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

Parameters

device IDevice

Il dispositivo di produzione.

cancellationToken CancellationToken

A System.Threading.CancellationToken per osservare mentre in attesa di completare il compito.

sources Stream [ ]

I documenti EPUB da presentare.

Render(IDevice, Stream e Configurazione)

Rendere il documento EPub in Aspose.Html.Rendering.IDevice specificato.

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

Parameters

device IDevice

Il dispositivo .

source Stream

Il documento EPUB.

configuration Configuration

La configurazione .

Render(IDevice, Stream, Configurazione, TimeSpan)

Rendere il documento EPub in Aspose.Html.Rendering.IDevice specificato.Il rendering verrà eseguito una volta che non ci sono operazioni di rete per le risorse di caricamento, gli orari attivi, le attività di animazione o il tempo specifico è stato completato.

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

Parameters

device IDevice

Il dispositivo .

source Stream

Il documento EPUB.

configuration Configuration

La configurazione .

timeout TimeSpan

Un System.TimeSpan che rappresenta il numero di millisecondi da aspettare, o un System.TimeSpan che rappresenta -1 millisecondi da aspettare indefinitamente.

Render(Il Corano, Il Corano>, Configurazione)

Rendere più documenti EPub in specifici Aspose.Html.Rendering.IDevice.

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

Parameters

device IDevice

Il dispositivo .

sources IList di < Stream >

Il System.Collections.Generic.IList`1 dei documenti EPub da presentare.

configuration Configuration

La configurazione .

Render(Il Corano, Il Corano>, Configurazione, TimeSpan)

Rendere più documenti EPub in specifici Aspose.Html.Rendering.IDevice.Il rendering verrà eseguito una volta che non ci sono operazioni di rete per le risorse di caricamento, gli orari attivi, le attività di animazione o il tempo specifico è stato completato.

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

Parameters

device IDevice

Il dispositivo .

sources IList di < Stream >

Il System.Collections.Generic.IList`1 dei documenti EPub da presentare.

configuration Configuration

La configurazione .

timeout TimeSpan

Un System.TimeSpan che rappresenta il numero di millisecondi da aspettare, o un System.TimeSpan che rappresenta -1 millisecondi da aspettare indefinitamente.

 Italiano