API Reference

Enum

PdfCatalogPageLayout

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Catalog page layout requested for the initial page arrangement of a generated PDF.

Inheritance

  • Enum
  • PdfCatalogPageLayout

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PdfCatalogPageLayout SinglePage #

Displays one page at a time.

Value: 0
public const PdfCatalogPageLayout OneColumn #

Displays pages in one continuous column.

Value: 1
public const PdfCatalogPageLayout TwoColumnLeft #

Displays pages in two columns with odd-numbered pages on the left.

Value: 2
public const PdfCatalogPageLayout TwoColumnRight #

Displays pages in two columns with odd-numbered pages on the right.

Value: 3
public const PdfCatalogPageLayout TwoPageLeft #

Displays pages two at a time with odd-numbered pages on the left.

Value: 4
public const PdfCatalogPageLayout TwoPageRight #

Displays pages two at a time with odd-numbered pages on the right.

Value: 5