Enum DeviceTGraphicContextTRenderingOptions.PageWritingStrategyTGraphicContextTRenderingOptions

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

出力 stream\streams にページを書き込む方法のタイプを指定します。

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

名前価値説明
SingleStream0すべてのページを 1 つの出力ストリームに書き込みます。
MultipleStreams1各ページを独自のストリームに書き込みます。

関連項目