Foxit PDF SDK
fsdk.GotoAction Class Reference

Public Member Functions

def GetDestination ()
 Get the destination information.
More...
 
def SetDestination (dest)
 Set the destination information.
More...
 

Detailed Description

Go-to action is an action that changes the view to a specified destination (page, location, and magnification factor).
Class fsdk.GotoAction is derived from Action and offers functions to get/set go-to action data.

See also
Action

Member Function Documentation

◆ GetDestination()

def fsdk.GotoAction.GetDestination ( )

Get the destination information.

Returns
A destination object.

◆ SetDestination()

def fsdk.GotoAction.SetDestination (   dest)

Set the destination information.

Parameters
[in]destA valid destination object to be set.
Returns
None.