Enum DeviceTGraphicContextTRenderingOptions.PageWritingStrategyTGraphicContextTRenderingOptions
Device<TGraphicContext,TRenderingOptions>.PageWritingStrategy<TGraphicContext,TRenderingOptions> enumeration
指定将页面写入输出流\流的策略类型。
public enum PageWritingStrategy<TGraphicContext, TRenderingOptions>
where TGraphicContext : GraphicContext, new()
where TRenderingOptions : RenderingOptions
价值观
姓名 | 价值 | 描述 |
---|---|---|
SingleStream | 0 | 将所有页面写入一个输出流。 |
MultipleStreams | 1 | 将每一页写入其自己的流中。 |
也可以看看
- class GraphicContext
- class RenderingOptions
- class Device<TGraphicContext,TRenderingOptions>
- 命名空间 Aspose.Html.Rendering
- 部件 Aspose.HTML