API Reference

Enum

PdfProjectionPagePolicy

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

How normalized source pages are mapped into PDF pagination.

Inheritance

  • Enum
  • PdfProjectionPagePolicy

Usage

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

Values

public const PdfProjectionPagePolicy PreserveSourcePages #

Start a new PDF page between normalized source pages.

Value: 0
public const PdfProjectionPagePolicy ContinuousFlow #

Compose all normalized pages into one continuous PDF flow.

Value: 1