Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Enum

PdfTableAnchor

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

Reference rectangle used to anchor a floating table.

Inheritance

  • Enum
  • PdfTableAnchor

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 PdfTableAnchor Flow #

The current text frame and vertical flow cursor.

Value: 0
public const PdfTableAnchor Margin #

The page content rectangle, excluding margins.

Value: 1
public const PdfTableAnchor Page #

The entire page rectangle.

Value: 2