DeviceTGraphicContextTRenderingOptions.PageWritingStrategyTGraphicContextTRenderingOptions

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

Spécifie les types de stratégies pour écrire des pages dans le flux de sortie\flux.

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

Valeurs

NomÉvaluerLa description
SingleStream0Écrit toutes les pages dans un flux de sortie.
MultipleStreams1Écrit chaque page dans son propre flux.

Voir également