Enum HtmlPageLayoutOption

信息

指定一组标志,这些标志与其他选项一起决定页面的尺寸和布局。

public enum HtmlPageLayoutOption

Fields

  • FitToWidestContentWidth = 3: 表示页面宽度由内容本身的大小决定,而不是由指定的页面宽度决定。
  • None = 0: 默认值,表示 HtmlPageLayoutOption 不会影响页面的尺寸和布局。
  • ScaleToPageWidth = 256: 表示文档内容将按比例缩放以适应页面宽度。

命名空间: Documentize 程序集: Documentize.dll

2026年8月6日
 中文