API Reference

Enum

PdfOpenActionDestinationMode

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

Viewer destination mode used by generated catalog open actions.

Inheritance

  • Enum
  • PdfOpenActionDestinationMode

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 PdfOpenActionDestinationMode Xyz #

Open the target page at a top coordinate using the viewer's current zoom.

Value: 0
public const PdfOpenActionDestinationMode Fit #

Fit the entire target page in the viewer window.

Value: 1
public const PdfOpenActionDestinationMode FitHorizontal #

Fit the target page horizontally at a top coordinate.

Value: 2
public const PdfOpenActionDestinationMode FitVertical #

Fit the target page vertically at a left coordinate.

Value: 3
public const PdfOpenActionDestinationMode FitRectangle #

Fit the specified rectangle in the viewer window.

Value: 4
public const PdfOpenActionDestinationMode FitBoundingBox #

Fit the page bounding box in the viewer window.

Value: 5
public const PdfOpenActionDestinationMode FitBoundingBoxHorizontal #

Fit the page bounding box horizontally at a top coordinate.

Value: 6
public const PdfOpenActionDestinationMode FitBoundingBoxVertical #

Fit the page bounding box vertically at a left coordinate.

Value: 7