Class SvgRenderer
اسم الفضاء : Aspose.Html.Rendering مجموعة: Aspose.HTML.dll (25.4.0)
تمثيل SVG مستند رينجر.
[ComVisible(true)]
public class SvgRenderer : Renderer<svgdocument>, IDisposable
Inheritance
object
←
Renderer
←
Renderer
Implements
الأعضاء الموروثين
Renderer
Constructors
SvgRenderer()
public SvgRenderer()
Methods
Render(IDevice، TimeSpan، params SVGDocument[])
يحدد طريقة لتصنيف العديد من Aspose.Html.Dom.Svg.SVGDocuments إلى Aspose.Html.Rendering.IDevice محددة.
public override void Render(IDevice device, TimeSpan timeout, params SVGDocument[] sources)
Parameters
device
IDevice
أداة الإنتاج
timeout
TimeSpan
نظام.TimeSpan الذي يمثل عدد الأميلي ثانية للانتظار، أو نظام.TimeSpan الذي يمثل -1 ميلي ثانية للانتظار إلى الأبد.
sources
SVGDocument
[ ]
وثيقة SVG لتقديمها.
Render(IDevice, إلغاءToken, params SVGDocument[])
يحدد طريقة لتقديم العديد من Aspose.Html.Dom.Svg.SVGDocuments إلى Aspose.Html.Rendering.IDevice محددة، باستخدام علامة إلغاء لطلب إلغاء العملية.
public override void Render(IDevice device, CancellationToken cancellationToken, params SVGDocument[] sources)
Parameters
device
IDevice
أداة الإنتاج
cancellationToken
CancellationToken
علامة التبويب إلغاء لمراقبة في انتظار المهمة لإكمال.
sources
SVGDocument
[ ]
وثيقة SVG لتقديمها.