Enum PdfPageLayout

Enum PdfPageLayout

名称: Aspose.Words.Saving 集合: Aspose.Words.dll (25.4.0)

指定在 PDF 阅读器中打开文档时使用的页面布局。

public enum PdfPageLayout

Fields

OneColumn = 1

在一个列中显示页面。

SinglePage = 0

同时显示一页。

TwoColumnLeft = 2

显示页面在两个列中,左侧有异数页面。

TwoColumnRight = 3

顯示兩個列的頁面,右邊有無數的頁面。

TwoPageLeft = 4

显示两页同时,左侧有异常数的页面。

TwoPageRight = 5

显示两页同时,右侧有无数的页面。

 中文