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, 파라미스 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
기다려야 할 밀리초의 숫자를 나타내는 System.TimeSpan, 또는 무한히 기다려야 할 -1 밀리초를 나타내는 System.TimeSpan.
sources
SVGDocument
[ ] [ [ ]
SVG 서류를 제출해야 합니다.
Render(IDevice, CancellationToken, 파라미스 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 서류를 제출해야 합니다.