API Reference

Enum

PdfPageOrientation

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

Page orientation used by PDF page setup helpers.

Inheritance

  • Enum
  • PdfPageOrientation

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 PdfPageOrientation Portrait #

Page height is greater than or equal to page width.

Value: 0
public const PdfPageOrientation Landscape #

Page width is greater than or equal to page height.

Value: 1