DeviceTGraphicContextTRenderingOptions.PageWritingStrategyTGraphicContextTRenderingOptions Enum

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

Specifies types of strategies for writing pages into output stream\streams.

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

Values

NameValueDescription
SingleStream0Writes all pages into one output stream.
MultipleStreams1Writes every page into its own stream.

See Also