API Reference

Enum

PdfVerticalAlign

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

Vertical alignment used by fixed-height PDF content boxes.

Inheritance

  • Enum
  • PdfVerticalAlign

Usage

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

Values

public const PdfVerticalAlign Top #

Align content to the top of the box.

Value: 0
public const PdfVerticalAlign Middle #

Align content vertically centered in the box.

Value: 1
public const PdfVerticalAlign Bottom #

Align content to the bottom of the box.

Value: 2