API Reference

Class

PdfPageTransition

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Lightweight metadata for a PDF page transition dictionary.

Inheritance

  • Object
  • PdfPageTransition

Usage

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

Returned or exposed by

Properties

public String Style { get; } #

Transition style from /S, for example Split, Blinds, Box, Wipe, Dissolve, Glitter, R, Fly, Push, Cover, Uncover, or Fade.

public Nullable<Double> DurationSeconds { get; } #

Transition duration from /D, in seconds, when present.

public String Dimension { get; } #

Transition dimension from /Dm, usually H or V.

public String Motion { get; } #

Transition motion from /M, usually I or O.

public Nullable<Int32> Direction { get; } #

Transition direction from /Di, in degrees or PDF-defined special value, when present.

public Nullable<Double> Scale { get; } #

Fly transition scale from /SS, when present.

public Nullable<Boolean> IsFlyAreaOpaque { get; } #

Fly transition area opacity flag from /B, when present.