PDFDocument.TransitionAt
From Xojo Documentation
Method
PDFDocument.TransitionAt(page As Integer) As PDFTransition
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Retrieves the transition associated with the page passed.
Method
PDFDocument.TransitionAt(page As Integer, Assigns transition As PDFTransition)
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Assigns a transition to the page passed.
See Also
PDFTransition class.