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, 파라미스 SVGDocument[])
특정 Aspose.Svg.Rendering.IDevice에 여러 가지 ASPOSE.SSVGD 문서를 업그레이드하는 방법을 정의합니다.
public override void Render(IDevice device, TimeSpan timeout, params SVGDocument[] sources)
Parameters
device
IDevice
출력 장치 입니다.
timeout
TimeSpan
기다려야 할 밀리초의 숫자를 나타내는 System.TimeSpan, 또는 무한히 기다려야 할 -1 밀리초를 나타내는 System.TimeSpan.
sources
SVGDocument
[ ] [ [ ]
SVG 서류를 제출해야 합니다.
Render(IDevice, CancellationToken, 파라미스 SVGDocument[])
특정 Aspose.Svg.Rendering.IDevice를 사용하여 수많은 ASPOSE.SSVDocuments를 종료하는 방법을 정의하여 작업을 취소하도록 요청합니다.
public override void Render(IDevice device, CancellationToken cancellationToken, params SVGDocument[] sources)
Parameters
device
IDevice
출력 장치 입니다.
cancellationToken
CancellationToken
취소 토큰은 작업이 완료되기를 기다리는 동안 관찰해야합니다.
sources
SVGDocument
[ ] [ [ ]
SVG 서류를 제출해야 합니다.