MhtmlRenderer.Render

Render(IDevice, TimeSpan, params Stream[])

여러 MHTML 문서를 지정된 형식으로 렌더링합니다.IDevice . 리소스 로드, 활성 타이머, 애니메이션 작업 또는 지정된 시간 초과에 대한 네트워크 작업이 없으면 렌더링이 수행됩니다.

public override void Render(IDevice device, TimeSpan timeout, params Stream[] documents)
모수유형설명
deviceIDevice장치.
timeoutTimeSpanㅏTimeSpan 대기 시간(밀리초) 또는TimeSpan 무기한 대기하는 -1밀리초를 나타냅니다.
documentsStream[]렌더링할 문서입니다.

또한보십시오


Render(IDevice, Stream, Configuration)

MHTML 문서를 지정된 형식으로 렌더링합니다.IDevice .

public void Render(IDevice device, Stream document, Configuration configuration)
모수유형설명
deviceIDevice장치.
documentStream문서.
configurationConfiguration구성.

또한보십시오


Render(IDevice, Stream, Configuration, TimeSpan)

MHTML 문서를 지정된 형식으로 렌더링합니다.IDevice . 리소스 로드, 활성 타이머, 애니메이션 작업 또는 지정된 시간 초과에 대한 네트워크 작업이 없으면 렌더링이 수행됩니다.

public void Render(IDevice device, Stream document, Configuration configuration, TimeSpan timeout)
모수유형설명
deviceIDevice장치.
documentStream문서.
configurationConfiguration구성.
timeoutTimeSpanㅏTimeSpan 대기 시간(밀리초) 또는TimeSpan 무기한 대기하는 -1밀리초를 나타냅니다.

또한보십시오


Render(IDevice, IList<Stream>, Configuration)

여러 MHTML 문서를 지정된 형식으로 렌더링합니다.IDevice .

public void Render(IDevice device, IList<Stream> documents, Configuration configuration)
모수유형설명
deviceIDevice장치.
documentsIList`1그만큼IList 렌더링할 문서 수.
configurationConfiguration구성.

또한보십시오


Render(IDevice, IList<Stream>, Configuration, TimeSpan)

여러 MHTML 문서를 지정된 형식으로 렌더링합니다.IDevice . 리소스 로드, 활성 타이머, 애니메이션 작업 또는 지정된 시간 초과에 대한 네트워크 작업이 없으면 렌더링이 수행됩니다.

public void Render(IDevice device, IList<Stream> documents, Configuration configuration, 
    TimeSpan timeout)
모수유형설명
deviceIDevice장치.
documentsIList`1그만큼IList 렌더링할 문서 수.
configurationConfiguration구성.
timeoutTimeSpanㅏTimeSpan 대기 시간(밀리초) 또는TimeSpan 무기한 대기하는 -1밀리초를 나타냅니다.

또한보십시오