Enum DeviceTGraphicContextTRenderingOptions.PageWritingStrategyTGraphicContextTRenderingOptions

Device<TGraphicContext,TRenderingOptions>.PageWritingStrategy<TGraphicContext,TRenderingOptions> enumeration

페이지를 출력 스트림\스트림에 쓰기 위한 전략 유형을 지정합니다.

public enum PageWritingStrategy<TGraphicContext, TRenderingOptions>
    where TGraphicContext : GraphicContext, new()
    where TRenderingOptions : RenderingOptions

가치

이름설명
SingleStream0모든 페이지를 하나의 출력 스트림에 기록합니다.
MultipleStreams1모든 페이지를 자체 스트림에 기록합니다.

또한보십시오