This class represents the transition dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 162, page 378.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 164, page 459.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.TransitionElement

A transition dictionary describes the visual effect used to move between pages in full-screen presentation mode. The effect applies when advancing from the page that owns the transition to the next page.

The S entry names the transition style. Different styles support different subsets of the other entries, so the meaning of Di (direction) and Dm (dimension) depends on the chosen style.

The D entry sets the duration in seconds. SS is specific to the Fly transition and sets the starting scale. B controls whether the page boundary is visible during the Fly effect.

 

   
   
Method
Description
TransitionElement Create a new TransitionElement.
inherited methods...

 

   
   
Property
Description
EntryType Represents the "Type" entry of the transition dictionary object.
EntryS Represents the "S" entry of the transition dictionary object.
EntryD Represents the "D" entry of the transition dictionary object.
EntryDm Represents the "Dm" entry of the transition dictionary object.
EntryM Represents the "M" entry of the transition dictionary object.
EntryDi Represents the "Di" entry of the transition dictionary object.
EntrySS Represents the "SS" entry of the transition dictionary object.
EntryB Represents the "B" entry of the transition dictionary object.
inherited properties...