PDFTransition.Delay
From Xojo Documentation
Property (As Integer )
aPDFTransition.Delay = newIntegerValue
or
IntegerValue = aPDFTransition.Delay
New in 2021r3
Supported for all project types and targets.
or
IntegerValue = aPDFTransition.Delay
New in 2021r3
Supported for all project types and targets.
Time in seconds before the transition begins.
Notes
The default value is -1 which means a transition to the next page will not automatically occur.
See Also
PDFDocument.TransitionAt method