Class SvgRenderer
اسم الفضاء : Aspose.Svg.Rendering جمع: Aspose.SVG.dll (25.5.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.Svg-SVGDocuments إلى Asposa.svG-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.Svg.Rendering.IDevice، باستخدام علامة التبويب إلغاء لطلب إزالة العملية.
public override void Render(IDevice device, CancellationToken cancellationToken, params SVGDocument[] sources)
Parameters
device
IDevice
أداة الإنتاج
cancellationToken
CancellationToken
علامة التبويب إلغاء لمراقبة في انتظار المهمة لإكمال.
sources
SVGDocument
[ ]
وثيقة SVG لتقديمها.