Class HtmlRenderer

Class HtmlRenderer

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

Si tratta di un renderatore di documenti HTML.

[ComVisible(true)]
public class HtmlRenderer : Renderer<htmldocument>, IDisposable

Inheritance

object Renderer Renderer HtmlRenderer

Implements

IDisposable

I membri ereditari

Renderer.Render(IDevice, HTMLDocument) , Renderer.Render(IDevice, HTMLDocument, TimeSpan) , Renderer.Render(IDevice, HTMLDocument, int) , Renderer.Render(IDevice, params HTMLDocument[]) , Renderer.Render(IDevice, int, params HTMLDocument[]) , Renderer.Render(IDevice, TimeSpan, params HTMLDocument[]) , Renderer.Render(IDevice, CancellationToken, params HTMLDocument[]) , 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

HtmlRenderer()

public HtmlRenderer()

Methods

Render(IDevice, TimeSpan, parami HTMLDocument[])

Definisce il metodo per rendere più Aspose.Html.HTMLDocuments in specifici Aspose.Html.Rendering.IDevice.

public override void Render(IDevice device, TimeSpan timeout, params HTMLDocument[] 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 HTMLDocument [ ]

I documenti HTML da presentare.

Render(IDevice, cancellazioneToken, parami HTMLDocument[])

Definisce un metodo per rendere più Aspose.Html.HTMLDocuments 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 HTMLDocument[] sources)

Parameters

device IDevice

Il dispositivo di produzione.

cancellationToken CancellationToken

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

sources HTMLDocument [ ]

I documenti HTML da presentare.

Vedi anche

HTMLDocument

 Italiano