DeviceTGraphicContextTRenderingOptions.PageWritingStrategyTGraphicContextTRenderingOptions

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

指定将页面写入输出流\streams 的策略类型。

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

价值观

姓名价值描述
SingleStream0将所有页面写入一个输出流。
MultipleStreams1将每一页写入自己的流中。

也可以看看