Class EpubRenderer
이름 공간 : Aspose.Html.Rendering 구성: Aspose.HTML.dll (25.4.0)
EPUB 문서 렌더를 제공합니다.
[ComVisible(true)]
public class EpubRenderer : Renderer<stream>, IDisposable
Inheritance
object
←
Renderer
←
Renderer
Implements
상속 회원들
Renderer
Constructors
EpubRenderer()
public EpubRenderer()
Methods
Render(IDevice, TimeSpan, 파람스 스트림[])
여러 EPub System.IO.Streams를 특정 Aspose.Html.Rendering.IDevice로 업그레이드하는 방법을 정의합니다.
public override void Render(IDevice device, TimeSpan timeout, params Stream[] sources)
Parameters
device
IDevice
출력 장치 입니다.
timeout
TimeSpan
기다려야 할 밀리초의 숫자를 나타내는 System.TimeSpan, 또는 무한히 기다려야 할 -1 밀리초를 나타내는 System.TimeSpan.
sources
Stream
[ ] [ [ ]
EPUB 서류를 제공합니다.
Render(IDevice, CancellationToken, 파람 스트림[])
여러 EPub 문서를 특정 Aspose.Html.Rendering.IDevice로 업그레이드하는 방법을 정의하여 취소 토큰을 사용하여 작업 취소를 요청합니다.
public override void Render(IDevice device, CancellationToken cancellationToken, params Stream[] sources)
Parameters
device
IDevice
출력 장치 입니다.
cancellationToken
CancellationToken
A System.Threading.Cancellation이 작업이 완료되기를 기다리는 동안 관찰 할 수 있습니다.
sources
Stream
[ ] [ [ ]
EPUB 서류를 제공합니다.
Render(IDevice, 스트림, 설정)
지정된 Aspose.Html.Rendering.IDevice에 EPub 문서를 제출합니다.
public void Render(IDevice device, Stream source, Configuration configuration)
Parameters
device
IDevice
장치에 대하여
source
Stream
EPUB 문서입니다.
configuration
Configuration
그것은 구성입니다.
Render(IDevice, 스트림, 설정, TimeSpan)
지정된 Aspose.Html.Rendering.IDevice에 EPub 문서를 제출합니다.렌더링은 충전 자원, 활성 타이머, 애니메이션 작업 또는 지정된 타이밍을 위한 네트워크 작업이 실행되지 않은 경우에 수행됩니다.
public void Render(IDevice device, Stream source, Configuration configuration, TimeSpan timeout)
Parameters
device
IDevice
장치에 대하여
source
Stream
EPUB 문서입니다.
configuration
Configuration
그것은 구성입니다.
timeout
TimeSpan
기다려야 할 밀리초의 숫자를 나타내는 System.TimeSpan, 또는 무한히 기다려야 할 -1 밀리초를 나타내는 System.TimeSpan.
Render(아이디비치, IList, 구성)
여러 EPub 문서를 지정된 Aspose.Html.Rendering.IDevice로 전송합니다.
public void Render(IDevice device, IList<stream> sources, Configuration configuration)
Parameters
device
IDevice
장치에 대하여
sources
IList
<에 대한 정보
Stream
>
The System.Collections.Generic.IList`1 EPub 문서를 제출합니다.
configuration
Configuration
그것은 구성입니다.
Render(아이디비치, IList, 설정, TimeSpan)
여러 EPub 문서를 지정된 Aspose.Html.Rendering.IDevice로 전송합니다.렌더링은 충전 자원, 활성 타이머, 애니메이션 작업 또는 지정된 타이밍을 위한 네트워크 작업이 실행되지 않은 경우에 수행됩니다.
public void Render(IDevice device, IList<stream> sources, Configuration configuration, TimeSpan timeout)
Parameters
device
IDevice
장치에 대하여
sources
IList
<에 대한 정보
Stream
>
The System.Collections.Generic.IList`1 EPub 문서를 제출합니다.
configuration
Configuration
그것은 구성입니다.
timeout
TimeSpan
기다려야 할 밀리초의 숫자를 나타내는 System.TimeSpan, 또는 무한히 기다려야 할 -1 밀리초를 나타내는 System.TimeSpan.