Class EpubRenderer

Class EpubRenderer

اسم الفضاء : Aspose.Html.Rendering مجموعة: Aspose.HTML.dll (25.4.0)

تمثيل مستند EPub.

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

Inheritance

object Renderer Renderer EpubRenderer

Implements

IDisposable

الأعضاء الموروثين

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[])

يحدد طريقة لعرض العديد من EPub System.IO.Streams إلى Aspose.Html.Rendering.IDevice محددة.

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

Parameters

device IDevice

أداة الإنتاج

timeout TimeSpan

نظام.TimeSpan الذي يمثل عدد الأميلي ثانية للانتظار، أو نظام.TimeSpan الذي يمثل -1 ميلي ثانية للانتظار إلى الأبد.

sources Stream [ ]

وثيقة EPub لتقديمها.

Render(IDevice, إلغاءToken, Params Stream[])

يحدد طريقة لتقديم العديد من مستندات EPub إلى Aspose.Html.Rendering.IDevice محددة، باستخدام علامة إلغاء لطلب إلغاء العملية.

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

Parameters

device IDevice

أداة الإنتاج

cancellationToken CancellationToken

نظام.Threading.Cancellationيمكن مراقبة أثناء الانتظار لمهمة الانتهاء.

sources Stream [ ]

وثيقة EPub لتقديمها.

Render(IDevice، التدفق، التكوين)

إرسال مستند EPub إلى Aspose.Html.Rendering.IDevice المحدد.

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

Parameters

device IDevice

على الجهاز .

source Stream

وثيقة EPUB.

configuration Configuration

من التكوين .

Render(IDevice, Stream, تكوين, TimeSpan)

إرسال مستند EPub إلى Aspose.Html.Rendering.IDevice المحدد.سيتم إجراء التصوير بمجرد عدم وجود أي عمليات الشبكة لموارد الشحن أو التوقيت النشط أو المهام الرسوم المتحركة أو التوقيت المحدد.

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

Parameters

device IDevice

على الجهاز .

source Stream

وثيقة EPUB.

configuration Configuration

من التكوين .

timeout TimeSpan

نظام.TimeSpan الذي يمثل عدد الأميلي ثانية للانتظار، أو نظام.TimeSpan الذي يمثل -1 ميلي ثانية للانتظار إلى الأبد.

Render(إسماعيل، إسماعيل, تكوين)

يتم تسليم العديد من مستندات EPub إلى Aspose.Html.Rendering.IDevice المحدد.

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

Parameters

device IDevice

على الجهاز .

sources IList &lt؛ Stream >

System.Collections.Generic.IList`1 من وثائق EPub لتقديمها.

configuration Configuration

من التكوين .

Render(إسماعيل، إسماعيل, تكوين , TimeSpan)

يتم تسليم العديد من مستندات EPub إلى Aspose.Html.Rendering.IDevice المحدد.سيتم إجراء التصوير بمجرد عدم وجود أي عمليات الشبكة لموارد الشحن أو التوقيت النشط أو المهام الرسوم المتحركة أو التوقيت المحدد.

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

Parameters

device IDevice

على الجهاز .

sources IList &lt؛ Stream >

System.Collections.Generic.IList`1 من وثائق EPub لتقديمها.

configuration Configuration

من التكوين .

timeout TimeSpan

نظام.TimeSpan الذي يمثل عدد الأميلي ثانية للانتظار، أو نظام.TimeSpan الذي يمثل -1 ميلي ثانية للانتظار إلى الأبد.

 عربي