Class HtmlRenderer
이름 공간 : Aspose.Html.Rendering 구성: Aspose.HTML.dll (25.4.0)
HTML 문서 렌더를 제공합니다.
[ComVisible(true)]
public class HtmlRenderer : Renderer<htmldocument>, IDisposable
Inheritance
object
←
Renderer
←
Renderer
Implements
상속 회원들
Renderer
Constructors
HtmlRenderer()
public HtmlRenderer()
Methods
Render(IDevice, TimeSpan, 파람 HTMLDocument[])
여러 Aspose.Html.HTMLDocuments를 특정 Aspose.Html.Rendering.IDevice로 업그레이드하는 방법을 정의합니다.
public override void Render(IDevice device, TimeSpan timeout, params HTMLDocument[] sources)
Parameters
device
IDevice
출력 장치 입니다.
timeout
TimeSpan
기다려야 할 밀리초의 숫자를 나타내는 System.TimeSpan, 또는 무한히 기다려야 할 -1 밀리초를 나타내는 System.TimeSpan.
sources
HTMLDocument
[ ] [ [ ]
HTML 문서가 제공됩니다.
Render(IDevice, CancellationToken, 파람 HTMLDocument[])
여러 Aspose.Html.HTMLDocuments를 특정 Aspose.Html.Rendering.IDevice로 업그레이드하는 방법을 정의하여 취소 토큰을 사용하여 작업 취소를 요청합니다.
public override void Render(IDevice device, CancellationToken cancellationToken, params HTMLDocument[] sources)
Parameters
device
IDevice
출력 장치 입니다.
cancellationToken
CancellationToken
A System.Threading.Cancellation이 작업이 완료되기를 기다리는 동안 관찰 할 수 있습니다.
sources
HTMLDocument
[ ] [ [ ]
HTML 문서가 제공됩니다.